diff --git a/yay/.SRCINFO b/yay/.SRCINFO index 55d26ff..4ce71af 100644 --- a/yay/.SRCINFO +++ b/yay/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = yay pkgdesc = Yet another yogurt. Pacman wrapper and AUR helper written in go. - pkgver = 11.3.1 + pkgver = 12.0.4 pkgrel = 1 url = https://github.com/Jguer/yay arch = i686 @@ -10,6 +10,7 @@ pkgbase = yay arch = armv7h arch = armv6h arch = aarch64 + arch = riscv64 license = GPL3 makedepends = go>=1.17 depends = pacman>5 @@ -17,7 +18,7 @@ pkgbase = yay optdepends = sudo: privilege elevation optdepends = doas: privilege elevation options = !lto - source = yay-11.3.1.tar.gz::https://github.com/Jguer/yay/archive/v11.3.1.tar.gz - sha256sums = 74fc387bc8db89ae20e32969fbcdb518cfcc62e930597543c8171c039781949d + source = yay-12.0.4.tar.gz::https://github.com/Jguer/yay/archive/v12.0.4.tar.gz + sha256sums = 3860685304fce224ba21ee4117e297a8a735c990def160827ff4eb7e0eb09bde pkgname = yay diff --git a/yay/.gitignore b/yay/.gitignore deleted file mode 100644 index 6b087fc..0000000 --- a/yay/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -/*.tar.xz -/*.tar.gz -/*.tar.zst -/pkg -/src -/yay diff --git a/yay/PKGBUILD b/yay/PKGBUILD index 8795beb..fe57968 100644 --- a/yay/PKGBUILD +++ b/yay/PKGBUILD @@ -1,9 +1,9 @@ # Maintainer: Jguer pkgname=yay -pkgver=11.3.1 +pkgver=12.0.4 pkgrel=1 pkgdesc="Yet another yogurt. Pacman wrapper and AUR helper written in go." -arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64') +arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64' 'riscv64') url="https://github.com/Jguer/yay" options=(!lto) license=('GPL3') @@ -17,7 +17,7 @@ optdepends=( ) makedepends=('go>=1.17') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Jguer/yay/archive/v${pkgver}.tar.gz") -sha256sums=('74fc387bc8db89ae20e32969fbcdb518cfcc62e930597543c8171c039781949d') +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)