Compare commits

...

6 Commits

Author SHA1 Message Date
Sebastiaan de Schaetzen (automated)
8c61adc1c0 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
2025-11-29 01:00:39 +01:00
Jo Garnier
83dc262b70 12.5.3 2025-11-28 21:46:26 +01:00
Sebastiaan de Schaetzen (automated)
f97fdd3b8f Bump pkgrel
All checks were successful
Workflows / Wake Runner (push) Successful in 12s
Workflows / Build and Push (push) Successful in 42s
2025-11-28 11:43:13 +01:00
Sebastiaan de Schaetzen (automated)
9a2c2da3cc Merge remote-tracking branch 'aur/master' 2025-11-28 11:43:11 +01:00
Jo Garnier
e885796b35 upgpkg: yay-git 12.5.1.r0.g60b7f639-2
upgpkg: yay 12.5.2-2

fix go not updated
2025-09-27 17:47:29 +00:00
Jo Garnier
28f8ef3608 upgpkg: yay-bin 12.5.2-1
upstream release

upgpkg: yay-git 12.5.1.r0.g60b7f639-1

upstream release

upgpkg: yay 12.5.2-1

upstream release

v12.5.2
2025-09-27 17:44:06 +00:00
2 changed files with 8 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
pkgbase = yay
pkgdesc = Yet another yogurt. Pacman wrapper and AUR helper written in go.
pkgver = 12.5.0
pkgver = 12.5.3
pkgrel = 1
url = https://github.com/Jguer/yay
arch = i686
@@ -12,13 +12,13 @@ pkgbase = yay
arch = aarch64
arch = riscv64
license = GPL-3.0-or-later
makedepends = go>=1.21
makedepends = go>=1.24
depends = pacman>6.1
depends = git
optdepends = sudo: privilege elevation
optdepends = doas: privilege elevation
options = !lto
source = yay-12.5.0.tar.gz::https://github.com/Jguer/yay/archive/v12.5.0.tar.gz
sha256sums = 086bd410768611d40415181db18a8eda1f8cbad42dbe25190b0878424d442d47
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.0
pkgrel=12
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"
@@ -15,10 +15,9 @@ optdepends=(
'sudo: privilege elevation'
'doas: privilege elevation'
)
makedepends=('go>=1.21'
'helloworld')
makedepends=('go>=1.24')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Jguer/yay/archive/v${pkgver}.tar.gz")
sha256sums=('086bd410768611d40415181db18a8eda1f8cbad42dbe25190b0878424d442d47')
sha256sums=('7ea30d870a7c0e817376fa4ce42753ec201638eed958fe36a71abc0b31ff6a77')
build() {
export GOPATH="$srcdir"/gopath