mirror of
https://github.com/archlinux-jerry/pkgbuilds
synced 2024-11-13 09:42:24 +08:00
autoupdate: yay to 10.1.0-1 from aur
This commit is contained in:
parent
efdb5fa79e
commit
5aae1747f8
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: Jguer <joaogg3@gmail.com>
|
||||
pkgname=yay
|
||||
pkgver=10.0.4
|
||||
pkgver=10.1.0
|
||||
pkgrel=1
|
||||
pkgdesc="Yet another yogurt. Pacman wrapper and AUR helper written in go."
|
||||
arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64')
|
||||
|
@ -15,7 +15,7 @@ makedepends=(
|
|||
'go'
|
||||
)
|
||||
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Jguer/yay/archive/v${pkgver}.tar.gz")
|
||||
sha256sums=('c0fb3df21a12d87c050317f68cc410b39d40f4af77192688956db67dc036a674')
|
||||
sha256sums=('61266d1ed6a069f838b22dbac47f1dea32911c6062d197d8b6b3b74fef65b0ad')
|
||||
|
||||
build() {
|
||||
export GOPATH="$srcdir"/gopath
|
||||
|
@ -23,6 +23,7 @@ build() {
|
|||
export CGO_CFLAGS="${CFLAGS}"
|
||||
export CGO_CXXFLAGS="${CXXFLAGS}"
|
||||
export CGO_LDFLAGS="${LDFLAGS}"
|
||||
export CGO_ENABLED=1
|
||||
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
LDFLAGS="-extldflags \"${LDFLAGS}\"" \
|
||||
|
|
Loading…
Reference in a new issue