Skip to content

Commit babeb0b

Browse files
Bump packages (2025-09-28-03-49)
1 parent 1a81574 commit babeb0b

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

yay/.SRCINFO

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pkgbase = yay
22
pkgdesc = Yet another yogurt. Pacman wrapper and AUR helper written in Go.
3-
pkgver = 12.5.0
4-
pkgrel = 1
3+
pkgver = 12.5.2
4+
pkgrel = 2
55
url = https://github.com/Jguer/yay
66
arch = i686
77
arch = pentium4
@@ -21,7 +21,7 @@ pkgbase = yay
2121
conflicts = yay-bin
2222
replaces = yay-bin
2323
options = !lto
24-
source = yay-12.5.0.tar.gz::https://github.com/Jguer/yay/archive/v12.5.0.tar.gz
25-
sha256sums = 086bd410768611d40415181db18a8eda1f8cbad42dbe25190b0878424d442d47
24+
source = yay-12.5.2.tar.gz::https://github.com/Jguer/yay/archive/v12.5.2.tar.gz
25+
sha256sums = f1a089862b56a0ecd04c28d3e10d9964dc54c8477b38ffcf8a820ece11e80580
2626

2727
pkgname = yay

yay/PKGBUILD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Maintainer: Jguer <pkgbuilds at jguer.space>
22
pkgname=yay
3-
pkgver=12.5.0
4-
pkgrel=1
3+
pkgver=12.5.2
4+
pkgrel=2
55
pkgdesc="Yet another yogurt. Pacman wrapper and AUR helper written in Go."
66
arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64' 'riscv64' 'powerpc64le')
77
url="https://github.com/Jguer/yay"
@@ -19,7 +19,7 @@ optdepends=(
1919
)
2020
makedepends=('go>=1.19')
2121
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Jguer/yay/archive/v${pkgver}.tar.gz")
22-
sha256sums=('086bd410768611d40415181db18a8eda1f8cbad42dbe25190b0878424d442d47')
22+
sha256sums=('f1a089862b56a0ecd04c28d3e10d9964dc54c8477b38ffcf8a820ece11e80580')
2323

2424
build() {
2525
export GOPATH="$srcdir"/gopath

0 commit comments

Comments
 (0)