summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJo Garnier2025-04-24 11:06:04 +0200
committerJo Garnier2025-04-24 11:06:04 +0200
commit59714d8ae3dc1e5790228c1faeef8283b0c0101f (patch)
tree41e32f067f797210c7e8efcddfbf2c782215ca20
parent179b744dec6648ff7c7b051c692ba20c906f348e (diff)
downloadaur-yay.tar.gz
12.5.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97e5a0431298..615249a1b012 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yay
pkgdesc = Yet another yogurt. Pacman wrapper and AUR helper written in go.
- pkgver = 12.4.2
+ pkgver = 12.5.0
pkgrel = 1
url = https://github.com/Jguer/yay
arch = i686
@@ -18,7 +18,7 @@ pkgbase = yay
optdepends = sudo: privilege elevation
optdepends = doas: privilege elevation
options = !lto
- source = yay-12.4.2.tar.gz::https://github.com/Jguer/yay/archive/v12.4.2.tar.gz
- sha256sums = f3f4af5d84f75abc3ea726f192568bdf570e2632b4b3c214effa4bba406ad293
+ source = yay-12.5.0.tar.gz::https://github.com/Jguer/yay/archive/v12.5.0.tar.gz
+ sha256sums = 086bd410768611d40415181db18a8eda1f8cbad42dbe25190b0878424d442d47
pkgname = yay
diff --git a/PKGBUILD b/PKGBUILD
index 492e52cecdf6..61b6b393a27a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jguer <pkgbuilds at jguer.space>
pkgname=yay
-pkgver=12.4.2
+pkgver=12.5.0
pkgrel=1
pkgdesc="Yet another yogurt. Pacman wrapper and AUR helper written in go."
arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64' 'riscv64')
@@ -17,7 +17,7 @@ optdepends=(
)
makedepends=('go>=1.21')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Jguer/yay/archive/v${pkgver}.tar.gz")
-sha256sums=('f3f4af5d84f75abc3ea726f192568bdf570e2632b4b3c214effa4bba406ad293')
+sha256sums=('086bd410768611d40415181db18a8eda1f8cbad42dbe25190b0878424d442d47')
build() {
export GOPATH="$srcdir"/gopath