autoupdate: yay to 9.4.7-1 from aur

This commit is contained in:
Archlinux-Jerry Build Bot 2020-05-03 14:35:14 +08:00
parent 0dfead947c
commit 39da5d03fb
1 changed files with 5 additions and 5 deletions

View File

@ -1,13 +1,13 @@
# Maintainer: Jguer <joaogg3@gmail.com>
pkgname=yay
pkgver=9.4.6
pkgrel=2
pkgver=9.4.7
pkgrel=1
pkgdesc="Yet another yogurt. Pacman wrapper and AUR helper written in go."
arch=('i686' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64')
url="https://github.com/Jguer/yay"
license=('GPL')
depends=(
'pacman>=5.2'
'libalpm.so>=12'
'sudo'
'git'
)
@ -15,12 +15,12 @@ makedepends=(
'go'
)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Jguer/yay/archive/v${pkgver}.tar.gz")
sha1sums=('a3b2dd86fda1cc5998899cd69df2102e57ab8fbc')
sha256sums=('ac42db3d31852d28c847785b7ac10b0934ffb746f19db99a03e67450d6c37e5e')
build() {
export GOPATH="$srcdir"/gopath
cd "$srcdir/$pkgname-$pkgver"
EXTRA_GOFLAGS="-modcacherw -gcflags all=-trimpath=${PWD} -asmflags all=-trimpath=${PWD}" \
EXTRA_GOFLAGS="-modcacherw -trimpath" \
LDFLAGS="-linkmode external -extldflags \"${LDFLAGS}\"" \
make VERSION=$pkgver DESTDIR="$pkgdir" build
}