This commit is contained in:
jguer 2023-05-23 00:25:26 +02:00
parent 628f0f68cd
commit bdf27d6742
2 changed files with 7 additions and 12 deletions

View File

@ -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.0.4 pkgver = 12.0.5
pkgrel = 1 pkgrel = 1
url = https://github.com/Jguer/yay url = https://github.com/Jguer/yay
arch = i686 arch = i686
@ -12,13 +12,13 @@ pkgbase = yay
arch = aarch64 arch = aarch64
arch = riscv64 arch = riscv64
license = GPL3 license = GPL3
makedepends = go>=1.17 makedepends = go>=1.19
depends = pacman>5 depends = pacman>5
depends = git depends = git
optdepends = sudo: privilege elevation optdepends = sudo: privilege elevation
optdepends = doas: privilege elevation optdepends = doas: privilege elevation
options = !lto options = !lto
source = yay-12.0.4.tar.gz::https://github.com/Jguer/yay/archive/v12.0.4.tar.gz source = yay-12.0.5.tar.gz::https://github.com/Jguer/yay/archive/v12.0.5.tar.gz
sha256sums = 3860685304fce224ba21ee4117e297a8a735c990def160827ff4eb7e0eb09bde sha256sums = 1327fb90aa749c96534e3c34e13a8bea9327600ecaf7382a8e858985bca1c56e
pkgname = yay pkgname = yay

View File

@ -1,6 +1,6 @@
# Maintainer: Jguer <pkgbuilds at jguer.space> # Maintainer: Jguer <pkgbuilds at jguer.space>
pkgname=yay pkgname=yay
pkgver=12.0.4 pkgver=12.0.5
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')
@ -15,14 +15,9 @@ optdepends=(
'sudo: privilege elevation' 'sudo: privilege elevation'
'doas: privilege elevation' 'doas: privilege elevation'
) )
makedepends=('go>=1.17') makedepends=('go>=1.19')
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=('3860685304fce224ba21ee4117e297a8a735c990def160827ff4eb7e0eb09bde') sha256sums=('1327fb90aa749c96534e3c34e13a8bea9327600ecaf7382a8e858985bca1c56e')
# With pacman 6 arriving a rebuild of yay will be necessary, if you upgrade pacman without upgrading yay at the same time, yay will not run after.
# I'm bumping the pkgrel so it shows up on the upgrade list (and will do so when pacman transitions from staging->core)
# In case you end up with a non-functioning yay after the upgrade follow the
# instructions on the github page
build() { build() {
export GOPATH="$srcdir"/gopath export GOPATH="$srcdir"/gopath