This commit is contained in:
jguer 2024-03-17 16:28:29 +01:00
parent c5c3460541
commit 365c8bb3fa
No known key found for this signature in database
GPG Key ID: 8E43FBD745BCAC49
2 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
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.3.3 pkgver = 12.3.4
pkgrel = 3 pkgrel = 1
url = https://github.com/Jguer/yay url = https://github.com/Jguer/yay
arch = i686 arch = i686
arch = pentium4 arch = pentium4
@ -18,7 +18,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.3.3.tar.gz::https://github.com/Jguer/yay/archive/v12.3.3.tar.gz source = yay-12.3.4.tar.gz::https://github.com/Jguer/yay/archive/v12.3.4.tar.gz
sha256sums = 7423a42a5949a78a9d6f39c197c8f9e8f72593873d86674f10bca160191840ba sha256sums = b69b87a5cc11d54892494d99ccd84109b20d83a94c0388c58cbb3c0d93861670
pkgname = yay pkgname = yay

View File

@ -1,7 +1,7 @@
# Maintainer: Jguer <pkgbuilds at jguer.space> # Maintainer: Jguer <pkgbuilds at jguer.space>
pkgname=yay pkgname=yay
pkgver=12.3.3 pkgver=12.3.4
pkgrel=3 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=('i686' 'pentium4' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64' 'riscv64') arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64' 'riscv64')
url="https://github.com/Jguer/yay" url="https://github.com/Jguer/yay"
@ -17,7 +17,7 @@ optdepends=(
) )
makedepends=('go>=1.21') makedepends=('go>=1.21')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Jguer/yay/archive/v${pkgver}.tar.gz") source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Jguer/yay/archive/v${pkgver}.tar.gz")
sha256sums=('7423a42a5949a78a9d6f39c197c8f9e8f72593873d86674f10bca160191840ba') sha256sums=('b69b87a5cc11d54892494d99ccd84109b20d83a94c0388c58cbb3c0d93861670')
build() { build() {
export GOPATH="$srcdir"/gopath export GOPATH="$srcdir"/gopath