yay: auto updated to 12.3.5-1

This commit is contained in:
BioArchLinuxBot 2024-03-24 00:01:56 +00:00
parent 618f522475
commit 2ff976b703

View file

@ -1,6 +1,6 @@
# Maintainer: Jguer <joaogg3@gmail.com> # Maintainer: Jguer <joaogg3@gmail.com>
pkgname=yay pkgname=yay
pkgver=12.3.4 pkgver=12.3.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') arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64')
@ -18,7 +18,7 @@ makedepends=(
'go' 'go'
) )
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=('b69b87a5cc11d54892494d99ccd84109b20d83a94c0388c58cbb3c0d93861670') sha256sums=('2fb6121a6eb4c5e6afaf22212b2ed15022500a4bc34bb3dc0f9782c1d43c3962')
# 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. # 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) # I'm bumping the pkgrel so it shows up on the upgrade list (and will do so when pacman transitions from staging->core)