upgpkg: yay-12.5.2-1: new upstream release
This commit is contained in:
parent
c2607810d0
commit
691ac266fa
2 changed files with 9 additions and 9 deletions
10
.SRCINFO
10
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = yay
|
pkgbase = yay
|
||||||
pkgdesc = Yet another yogurt. Pacman wrapper and AUR helper written in go.
|
pkgdesc = Yet another yogurt. Pacman wrapper and AUR helper written in go.
|
||||||
pkgver = 12.5.0
|
pkgver = 12.5.2
|
||||||
pkgrel = 2
|
pkgrel = 1
|
||||||
url = https://github.com/Jguer/yay
|
url = https://github.com/Jguer/yay
|
||||||
arch = i686
|
arch = i686
|
||||||
arch = pentium4
|
arch = pentium4
|
||||||
|
|
@ -12,14 +12,14 @@ pkgbase = yay
|
||||||
arch = aarch64
|
arch = aarch64
|
||||||
arch = riscv64
|
arch = riscv64
|
||||||
license = GPL-3.0-or-later
|
license = GPL-3.0-or-later
|
||||||
makedepends = go>=1.21
|
makedepends = go>=1.24
|
||||||
depends = git
|
depends = git
|
||||||
depends = glibc
|
depends = glibc
|
||||||
depends = pacman>6.1
|
depends = pacman>6.1
|
||||||
optdepends = sudo: privilege elevation
|
optdepends = sudo: privilege elevation
|
||||||
optdepends = doas: privilege elevation
|
optdepends = doas: privilege elevation
|
||||||
options = !lto
|
options = !lto
|
||||||
source = yay-12.5.0.tar.gz::https://github.com/Jguer/yay/archive/v12.5.0.tar.gz
|
source = yay-12.5.2.tar.gz::https://github.com/Jguer/yay/archive/v12.5.2.tar.gz
|
||||||
b2sums = 9fd159e29001a7a637bca8711d54cb9b662890bee66add2a343db93709b6ac579215b203ce4b5585a7dea2893c7937ef52a9ccf709a318a1b4f4f686bcc98a73
|
b2sums = 369dce57fa471fa5aa218e14b999d59115e9b6fc5465ff7d03a32abc480a14369af421b4fd3b4fb359ddc238142a5f926e6ece4f283c662c5006502e619e3439
|
||||||
|
|
||||||
pkgname = yay
|
pkgname = yay
|
||||||
|
|
|
||||||
8
PKGBUILD
8
PKGBUILD
|
|
@ -1,8 +1,8 @@
|
||||||
# Maintainer: Christian Schendel <doppelhelix@gmail.com>
|
# Maintainer: Christian Schendel <doppelhelix@gmail.com>
|
||||||
# Contributor: Jguer <pkgbuilds at jguer.space>
|
# Contributor: Jguer <pkgbuilds at jguer.space>
|
||||||
pkgname=yay
|
pkgname=yay
|
||||||
pkgver=12.5.0
|
pkgver=12.5.2
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="Yet another yogurt. Pacman wrapper and AUR helper written in go."
|
pkgdesc="Yet another yogurt. Pacman wrapper and AUR helper written in go."
|
||||||
arch=(
|
arch=(
|
||||||
'i686'
|
'i686'
|
||||||
|
|
@ -29,12 +29,12 @@ optdepends=(
|
||||||
'doas: privilege elevation'
|
'doas: privilege elevation'
|
||||||
)
|
)
|
||||||
makedepends=(
|
makedepends=(
|
||||||
'go>=1.21'
|
'go>=1.24'
|
||||||
)
|
)
|
||||||
source=(
|
source=(
|
||||||
"${pkgname}-${pkgver}.tar.gz::https://github.com/Jguer/yay/archive/v${pkgver}.tar.gz"
|
"${pkgname}-${pkgver}.tar.gz::https://github.com/Jguer/yay/archive/v${pkgver}.tar.gz"
|
||||||
)
|
)
|
||||||
b2sums=('9fd159e29001a7a637bca8711d54cb9b662890bee66add2a343db93709b6ac579215b203ce4b5585a7dea2893c7937ef52a9ccf709a318a1b4f4f686bcc98a73')
|
b2sums=('369dce57fa471fa5aa218e14b999d59115e9b6fc5465ff7d03a32abc480a14369af421b4fd3b4fb359ddc238142a5f926e6ece4f283c662c5006502e619e3439')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
export GOPATH="$srcdir"/gopath
|
export GOPATH="$srcdir"/gopath
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue