mirror of
https://github.com/archlinux-jerry/pkgbuilds
synced 2024-11-23 06:20:41 +08:00
autoupdate: yay to 9.4.7-1 from aur
This commit is contained in:
parent
0dfead947c
commit
39da5d03fb
1 changed files with 5 additions and 5 deletions
10
yay/PKGBUILD
10
yay/PKGBUILD
|
@ -1,13 +1,13 @@
|
||||||
# Maintainer: Jguer <joaogg3@gmail.com>
|
# Maintainer: Jguer <joaogg3@gmail.com>
|
||||||
pkgname=yay
|
pkgname=yay
|
||||||
pkgver=9.4.6
|
pkgver=9.4.7
|
||||||
pkgrel=2
|
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' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64')
|
arch=('i686' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64')
|
||||||
url="https://github.com/Jguer/yay"
|
url="https://github.com/Jguer/yay"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
depends=(
|
depends=(
|
||||||
'pacman>=5.2'
|
'libalpm.so>=12'
|
||||||
'sudo'
|
'sudo'
|
||||||
'git'
|
'git'
|
||||||
)
|
)
|
||||||
|
@ -15,12 +15,12 @@ makedepends=(
|
||||||
'go'
|
'go'
|
||||||
)
|
)
|
||||||
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")
|
||||||
sha1sums=('a3b2dd86fda1cc5998899cd69df2102e57ab8fbc')
|
sha256sums=('ac42db3d31852d28c847785b7ac10b0934ffb746f19db99a03e67450d6c37e5e')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
export GOPATH="$srcdir"/gopath
|
export GOPATH="$srcdir"/gopath
|
||||||
cd "$srcdir/$pkgname-$pkgver"
|
cd "$srcdir/$pkgname-$pkgver"
|
||||||
EXTRA_GOFLAGS="-modcacherw -gcflags all=-trimpath=${PWD} -asmflags all=-trimpath=${PWD}" \
|
EXTRA_GOFLAGS="-modcacherw -trimpath" \
|
||||||
LDFLAGS="-linkmode external -extldflags \"${LDFLAGS}\"" \
|
LDFLAGS="-linkmode external -extldflags \"${LDFLAGS}\"" \
|
||||||
make VERSION=$pkgver DESTDIR="$pkgdir" build
|
make VERSION=$pkgver DESTDIR="$pkgdir" build
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue