generated from archlinux/template
v9.3.2 and fix path trim
This commit is contained in:
parent
0caeae8432
commit
8a9e79dd4d
6
.SRCINFO
6
.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 = 9.3.1
|
pkgver = 9.3.2
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/Jguer/yay
|
url = https://github.com/Jguer/yay
|
||||||
arch = i686
|
arch = i686
|
||||||
@ -14,8 +14,8 @@ pkgbase = yay
|
|||||||
depends = pacman<=5.1.3
|
depends = pacman<=5.1.3
|
||||||
depends = sudo
|
depends = sudo
|
||||||
depends = git
|
depends = git
|
||||||
source = yay-9.3.1.tar.gz::https://github.com/Jguer/yay/archive/v9.3.1.tar.gz
|
source = yay-9.3.2.tar.gz::https://github.com/Jguer/yay/archive/v9.3.2.tar.gz
|
||||||
sha1sums = ed47859a2c930ba46b563d9d934dc6d2eea5872e
|
sha1sums = 5c0d922d87af051f555157c73d0998e5049e544e
|
||||||
|
|
||||||
pkgname = yay
|
pkgname = yay
|
||||||
|
|
||||||
|
8
PKGBUILD
8
PKGBUILD
@ -1,6 +1,6 @@
|
|||||||
# Maintainer: Jguer <joaogg3@gmail.com>
|
# Maintainer: Jguer <joaogg3@gmail.com>
|
||||||
pkgname=yay
|
pkgname=yay
|
||||||
pkgver=9.3.1
|
pkgver=9.3.2
|
||||||
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' 'armv7h' 'armv6h' 'aarch64')
|
arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
|
||||||
@ -16,11 +16,13 @@ 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=('ed47859a2c930ba46b563d9d934dc6d2eea5872e')
|
sha1sums=('5c0d922d87af051f555157c73d0998e5049e544e')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$srcdir/$pkgname-$pkgver"
|
cd "$srcdir/$pkgname-$pkgver"
|
||||||
make VERSION=$pkgver DESTDIR="$pkgdir" PREFIX=/usr
|
EXTRA_GOFLAGS="-gcflags all=-trimpath=${PWD} -asmflags all=-trimpath=${PWD}" \
|
||||||
|
LDFLAGS="-linkmode external -extldflags \"${LDFLAGS}\"" \
|
||||||
|
make VERSION=$pkgver DESTDIR="$pkgdir" build
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user