This commit is contained in:
jguer
2024-02-19 17:27:18 +01:00
parent e881112359
commit 188037ec38
2 changed files with 7 additions and 7 deletions

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