Autogenerated commit at 2023-05-22 13:01:29.073059

This commit is contained in:
ArcH linux ReposItory MANager
2023-05-22 13:01:29 +00:00
parent aca1c76fe1
commit 476b4fca05
3 changed files with 7 additions and 12 deletions

View File

@ -1,9 +1,9 @@
# Maintainer: Jguer <pkgbuilds at jguer.space>
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)