generated from archlinux/template
upgpkg: yay-bin 10.0.1-1
upstream release upgpkg: yay-git 10.0.1.r0.g9d93a1f-1 upstream release upgpkg: yay 10.0.1-1 upstream release 10.0.1
This commit is contained in:
parent
c5e6c3fd08
commit
8f9f8b9276
7
.SRCINFO
7
.SRCINFO
@ -1,6 +1,6 @@
|
|||||||
pkgbase = yay
|
pkgbase = yay
|
||||||
pkgdesc = Yet another yogurt. Pacman wrapper and AUR helper written in go.
|
pkgdesc = Yet another yogurt. Pacman wrapper and AUR helper written in go.
|
||||||
pkgver = 10.0.0
|
pkgver = 10.0.1
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/Jguer/yay
|
url = https://github.com/Jguer/yay
|
||||||
arch = i686
|
arch = i686
|
||||||
@ -14,7 +14,8 @@ pkgbase = yay
|
|||||||
depends = libalpm.so>=12
|
depends = libalpm.so>=12
|
||||||
depends = sudo
|
depends = sudo
|
||||||
depends = git
|
depends = git
|
||||||
source = yay-10.0.0.tar.gz::https://github.com/Jguer/yay/archive/v10.0.0.tar.gz
|
source = yay-10.0.1.tar.gz::https://github.com/Jguer/yay/archive/v10.0.1.tar.gz
|
||||||
sha256sums = 58623457318bb726ee349c87a58c661eb1b91f265f0280391cd5fe3a0f40a215
|
sha256sums = 010c1864a9f5ad790c25a98cf57b41a0f6e6cb1be75297056f25d6814b2aeb0d
|
||||||
|
|
||||||
pkgname = yay
|
pkgname = yay
|
||||||
|
|
||||||
|
12
PKGBUILD
12
PKGBUILD
@ -1,6 +1,6 @@
|
|||||||
# Maintainer: Jguer <joaogg3@gmail.com>
|
# Maintainer: Jguer <joaogg3@gmail.com>
|
||||||
pkgname=yay
|
pkgname=yay
|
||||||
pkgver=10.0.0
|
pkgver=10.0.1
|
||||||
pkgrel=1
|
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')
|
||||||
@ -15,13 +15,17 @@ 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")
|
||||||
sha256sums=('58623457318bb726ee349c87a58c661eb1b91f265f0280391cd5fe3a0f40a215')
|
sha256sums=('010c1864a9f5ad790c25a98cf57b41a0f6e6cb1be75297056f25d6814b2aeb0d')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
export GOPATH="$srcdir"/gopath
|
export GOPATH="$srcdir"/gopath
|
||||||
|
export CGO_CPPFLAGS="${CPPFLAGS}"
|
||||||
|
export CGO_CFLAGS="${CFLAGS}"
|
||||||
|
export CGO_CXXFLAGS="${CXXFLAGS}"
|
||||||
|
export CGO_LDFLAGS="${LDFLAGS}"
|
||||||
|
|
||||||
cd "$srcdir/$pkgname-$pkgver"
|
cd "$srcdir/$pkgname-$pkgver"
|
||||||
EXTRA_GOFLAGS="-modcacherw -trimpath" \
|
LDFLAGS="-extldflags \"${LDFLAGS}\"" \
|
||||||
LDFLAGS="-linkmode external -extldflags \"${LDFLAGS}\"" \
|
|
||||||
make VERSION=$pkgver DESTDIR="$pkgdir" PREFIX="/usr" build
|
make VERSION=$pkgver DESTDIR="$pkgdir" PREFIX="/usr" build
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user