Merge remote-tracking branch 'aur/master'
All checks were successful
Workflows / Wake Runner (push) Successful in 6s
Workflows / Build and Push (push) Successful in 37s

This commit is contained in:
Sebastiaan de Schaetzen (automated)
2025-11-29 01:00:39 +01:00
2 changed files with 7 additions and 7 deletions

View File

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

View File

@@ -1,7 +1,7 @@
# Maintainer: Jguer <pkgbuilds at jguer.space>
pkgname=yay
pkgver=12.5.2
pkgrel=3
pkgver=12.5.3
pkgrel=1
pkgdesc="Yet another yogurt. Pacman wrapper and AUR helper written in go."
arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64' 'riscv64')
url="https://github.com/Jguer/yay"
@@ -17,7 +17,7 @@ optdepends=(
)
makedepends=('go>=1.24')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Jguer/yay/archive/v${pkgver}.tar.gz")
sha256sums=('f1a089862b56a0ecd04c28d3e10d9964dc54c8477b38ffcf8a820ece11e80580')
sha256sums=('7ea30d870a7c0e817376fa4ce42753ec201638eed958fe36a71abc0b31ff6a77')
build() {
export GOPATH="$srcdir"/gopath