summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjguer2023-04-11 19:08:41 +0200
committerjguer2023-04-11 19:08:41 +0200
commit628f0f68cdf16d230c96eb55a119dc45adb11dfc (patch)
tree71417eec37f4b02491b6fe5dab39651fb5b64de0 /PKGBUILD
parent6afba883c6e29561f7202dd36838a7db0c5abb35 (diff)
downloadaur-628f0f68cdf16d230c96eb55a119dc45adb11dfc.tar.gz
12.0.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 428d830c6361..fe5796839867 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Jguer <pkgbuilds at jguer.space>
pkgname=yay
-pkgver=12.0.3
+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=('2d6d92a1edb31b1bee376f1a48f73a1507b694774205acd3fa7cfa938f63ef98')
+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)