generated from archlinux/template
upgpkg: yay-bin 12.5.6-1
upstream release upgpkg: yay-git 12.5.6.r0.g4501213a-1 upstream release upgpkg: yay 12.5.6-1 upstream release v12.5.6
This commit is contained in:
6
.SRCINFO
6
.SRCINFO
@@ -1,6 +1,6 @@
|
|||||||
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.4
|
pkgver = 12.5.6
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/Jguer/yay
|
url = https://github.com/Jguer/yay
|
||||||
arch = i686
|
arch = i686
|
||||||
@@ -18,7 +18,7 @@ pkgbase = yay
|
|||||||
optdepends = sudo: privilege elevation
|
optdepends = sudo: privilege elevation
|
||||||
optdepends = doas: privilege elevation
|
optdepends = doas: privilege elevation
|
||||||
options = !lto
|
options = !lto
|
||||||
source = yay-12.5.4.tar.gz::https://github.com/Jguer/yay/archive/v12.5.4.tar.gz
|
source = yay-12.5.6.tar.gz::https://github.com/Jguer/yay/archive/v12.5.6.tar.gz
|
||||||
sha256sums = 80567eb3a4c4f285fafccf0ff63c1340e3f13eed0c22d5f5c70eae40f26a5725
|
sha256sums = 1824de6df8351c226de7c59571c96d20224cf9c73df8b93fe0bf60e83a68c0df
|
||||||
|
|
||||||
pkgname = yay
|
pkgname = yay
|
||||||
|
|||||||
4
PKGBUILD
4
PKGBUILD
@@ -1,6 +1,6 @@
|
|||||||
# Maintainer: Jguer <pkgbuilds at jguer.space>
|
# Maintainer: Jguer <pkgbuilds at jguer.space>
|
||||||
pkgname=yay
|
pkgname=yay
|
||||||
pkgver=12.5.4
|
pkgver=12.5.6
|
||||||
pkgrel=1
|
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=('i686' 'pentium4' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64' 'riscv64')
|
arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64' 'riscv64')
|
||||||
@@ -17,7 +17,7 @@ optdepends=(
|
|||||||
)
|
)
|
||||||
makedepends=('go>=1.24')
|
makedepends=('go>=1.24')
|
||||||
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Jguer/yay/archive/v${pkgver}.tar.gz")
|
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Jguer/yay/archive/v${pkgver}.tar.gz")
|
||||||
sha256sums=('80567eb3a4c4f285fafccf0ff63c1340e3f13eed0c22d5f5c70eae40f26a5725')
|
sha256sums=('1824de6df8351c226de7c59571c96d20224cf9c73df8b93fe0bf60e83a68c0df')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
export GOPATH="$srcdir"/gopath
|
export GOPATH="$srcdir"/gopath
|
||||||
|
|||||||
Reference in New Issue
Block a user