generated from archlinux/template
upgpkg: yay 10.2.2-2
add warning
This commit is contained in:
parent
bd7006c9db
commit
773d0d0dff
2
.SRCINFO
2
.SRCINFO
@ -1,7 +1,7 @@
|
||||
pkgbase = yay
|
||||
pkgdesc = Yet another yogurt. Pacman wrapper and AUR helper written in go.
|
||||
pkgver = 10.2.2
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://github.com/Jguer/yay
|
||||
arch = i686
|
||||
arch = pentium4
|
||||
|
7
PKGBUILD
7
PKGBUILD
@ -1,7 +1,7 @@
|
||||
# Maintainer: Jguer <joaogg3@gmail.com>
|
||||
pkgname=yay
|
||||
pkgver=10.2.2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Yet another yogurt. Pacman wrapper and AUR helper written in go."
|
||||
arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64')
|
||||
url="https://github.com/Jguer/yay"
|
||||
@ -19,6 +19,11 @@ makedepends=(
|
||||
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Jguer/yay/archive/v${pkgver}.tar.gz")
|
||||
sha256sums=('0e3fc11d6a26056d02db5aae863ca7b874578a94fe5c1250272a3bca376a24e2')
|
||||
|
||||
# With pacman 6 arriving a rebuild of yay will be necessary, if you upgrade pacman without upgrading yay at the same time, yay will not run after.
|
||||
# I'm bumping the pkgrel so it shows up on the upgrade list (and will do so when pacman transitions from staging->core)
|
||||
# In case you end up with a non-functioning yay after the upgrade follow the
|
||||
# instructions on the github page
|
||||
|
||||
build() {
|
||||
export GOPATH="$srcdir"/gopath
|
||||
export CGO_CPPFLAGS="${CPPFLAGS}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user