This commit is contained in:
jguer 2024-02-19 17:27:18 +01:00
parent e881112359
commit 188037ec38
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,6 +1,6 @@
pkgbase = yay
pkgdesc = Yet another yogurt. Pacman wrapper and AUR helper written in go.
pkgver = 12.2.0
pkgver = 12.3.0
pkgrel = 1
url = https://github.com/Jguer/yay
arch = i686
@ -11,14 +11,14 @@ pkgbase = yay
arch = armv6h
arch = aarch64
arch = riscv64
license = GPL3
license = GPL-3.0-or-later
makedepends = go>=1.19
depends = pacman>5
depends = git
optdepends = sudo: privilege elevation
optdepends = doas: privilege elevation
options = !lto
source = yay-12.2.0.tar.gz::https://github.com/Jguer/yay/archive/v12.2.0.tar.gz
sha256sums = 3dfc50ed89467f284ecde619e960db4614cd4707e604fd7066a36646edc9f779
source = yay-12.3.0.tar.gz::https://github.com/Jguer/yay/archive/v12.3.0.tar.gz
sha256sums = 92cfe9945ab9023a87d60313aa6c5be7608eebd99e3095de043bc3a90d224804
pkgname = yay

View File

@ -1,12 +1,12 @@
# Maintainer: Jguer <pkgbuilds at jguer.space>
pkgname=yay
pkgver=12.2.0
pkgver=12.3.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')
url="https://github.com/Jguer/yay"
options=(!lto)
license=('GPL3')
license=('GPL-3.0-or-later')
depends=(
'pacman>5'
'git'
@ -17,7 +17,7 @@ optdepends=(
)
makedepends=('go>=1.19')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Jguer/yay/archive/v${pkgver}.tar.gz")
sha256sums=('3dfc50ed89467f284ecde619e960db4614cd4707e604fd7066a36646edc9f779')
sha256sums=('92cfe9945ab9023a87d60313aa6c5be7608eebd99e3095de043bc3a90d224804')
build() {
export GOPATH="$srcdir"/gopath