upgpkg: yay-12.5.3-1: new upstream release

This commit is contained in:
Christian Schendel 2025-11-30 07:49:35 +00:00
parent 691ac266fa
commit 889c6cf289
Signed by: doppelhelix
GPG key ID: 5874D2437CD5BBB3
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = yay pkgbase = yay
pkgdesc = Yet another yogurt. Pacman wrapper and AUR helper written in go. pkgdesc = Yet another yogurt. Pacman wrapper and AUR helper written in go.
pkgver = 12.5.2 pkgver = 12.5.3
pkgrel = 1 pkgrel = 1
url = https://github.com/Jguer/yay url = https://github.com/Jguer/yay
arch = i686 arch = i686
@ -19,7 +19,7 @@ pkgbase = yay
optdepends = sudo: privilege elevation optdepends = sudo: privilege elevation
optdepends = doas: privilege elevation optdepends = doas: privilege elevation
options = !lto options = !lto
source = yay-12.5.2.tar.gz::https://github.com/Jguer/yay/archive/v12.5.2.tar.gz source = yay-12.5.3.tar.gz::https://github.com/Jguer/yay/archive/v12.5.3.tar.gz
b2sums = 369dce57fa471fa5aa218e14b999d59115e9b6fc5465ff7d03a32abc480a14369af421b4fd3b4fb359ddc238142a5f926e6ece4f283c662c5006502e619e3439 b2sums = ea33b09b8cf28c1c383898ad5d5242e40fc228960b157647139b6f3bca25a40201c650e62693f74669ec681f3ffa6920373e9e95d8c84870f4adf211460febe5
pkgname = yay pkgname = yay

View file

@ -1,7 +1,7 @@
# Maintainer: Christian Schendel <doppelhelix@gmail.com> # Maintainer: Christian Schendel <doppelhelix@gmail.com>
# Contributor: Jguer <pkgbuilds at jguer.space> # Contributor: Jguer <pkgbuilds at jguer.space>
pkgname=yay pkgname=yay
pkgver=12.5.2 pkgver=12.5.3
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=( arch=(
@ -34,7 +34,7 @@ makedepends=(
source=( source=(
"${pkgname}-${pkgver}.tar.gz::https://github.com/Jguer/yay/archive/v${pkgver}.tar.gz" "${pkgname}-${pkgver}.tar.gz::https://github.com/Jguer/yay/archive/v${pkgver}.tar.gz"
) )
b2sums=('369dce57fa471fa5aa218e14b999d59115e9b6fc5465ff7d03a32abc480a14369af421b4fd3b4fb359ddc238142a5f926e6ece4f283c662c5006502e619e3439') b2sums=('ea33b09b8cf28c1c383898ad5d5242e40fc228960b157647139b6f3bca25a40201c650e62693f74669ec681f3ffa6920373e9e95d8c84870f4adf211460febe5')
build() { build() {
export GOPATH="$srcdir"/gopath export GOPATH="$srcdir"/gopath