diff --git a/.SRCINFO b/.SRCINFO index 4ce71af..3973e01 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = yay pkgdesc = Yet another yogurt. Pacman wrapper and AUR helper written in go. - pkgver = 12.0.4 + pkgver = 12.0.5 pkgrel = 1 url = https://github.com/Jguer/yay arch = i686 @@ -12,13 +12,13 @@ pkgbase = yay arch = aarch64 arch = riscv64 license = GPL3 - makedepends = go>=1.17 + makedepends = go>=1.19 depends = pacman>5 depends = git optdepends = sudo: privilege elevation optdepends = doas: privilege elevation options = !lto - source = yay-12.0.4.tar.gz::https://github.com/Jguer/yay/archive/v12.0.4.tar.gz - sha256sums = 3860685304fce224ba21ee4117e297a8a735c990def160827ff4eb7e0eb09bde + source = yay-12.0.5.tar.gz::https://github.com/Jguer/yay/archive/v12.0.5.tar.gz + sha256sums = 1327fb90aa749c96534e3c34e13a8bea9327600ecaf7382a8e858985bca1c56e pkgname = yay diff --git a/PKGBUILD b/PKGBUILD index fe57968..b96625e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Jguer pkgname=yay -pkgver=12.0.4 +pkgver=12.0.5 pkgrel=1 pkgdesc="Yet another yogurt. Pacman wrapper and AUR helper written in go." arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64' 'riscv64') @@ -15,14 +15,9 @@ optdepends=( 'sudo: 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") -sha256sums=('3860685304fce224ba21ee4117e297a8a735c990def160827ff4eb7e0eb09bde') - -# 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 +sha256sums=('1327fb90aa749c96534e3c34e13a8bea9327600ecaf7382a8e858985bca1c56e') build() { export GOPATH="$srcdir"/gopath