generated from archlinux/template
4.505
Signed-off-by: Jguer <me@jguer.space>
This commit is contained in:
parent
a63b2842ed
commit
d5a1ce0e62
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 = 3.440
|
pkgver = 4.505
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/Jguer/yay
|
url = https://github.com/Jguer/yay
|
||||||
arch = i686
|
arch = i686
|
||||||
@ -16,8 +16,8 @@ pkgbase = yay
|
|||||||
conflicts = yay-git
|
conflicts = yay-git
|
||||||
options = !strip
|
options = !strip
|
||||||
options = !emptydirs
|
options = !emptydirs
|
||||||
source = https://github.com/Jguer/yay/archive/v3.440.tar.gz
|
source = https://github.com/Jguer/yay/archive/v4.505.tar.gz
|
||||||
sha1sums = ae72cacb2826a10e0d0aa952a93548e7ac2d270a
|
sha1sums = 9918ce6ccb09a988b80eb38156f141f78a84add5
|
||||||
|
|
||||||
pkgname = yay
|
pkgname = yay
|
||||||
|
|
||||||
|
4
PKGBUILD
4
PKGBUILD
@ -1,6 +1,6 @@
|
|||||||
# Maintainer: Jguer <joaogg3@gmail.com>
|
# Maintainer: Jguer <joaogg3@gmail.com>
|
||||||
pkgname=yay
|
pkgname=yay
|
||||||
pkgver=3.440
|
pkgver=4.505
|
||||||
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,7 +16,7 @@ makedepends=(
|
|||||||
)
|
)
|
||||||
conflicts=('yay-bin' 'yay-git')
|
conflicts=('yay-bin' 'yay-git')
|
||||||
source=("https://github.com/Jguer/yay/archive/v${pkgver}.tar.gz")
|
source=("https://github.com/Jguer/yay/archive/v${pkgver}.tar.gz")
|
||||||
sha1sums=('ae72cacb2826a10e0d0aa952a93548e7ac2d270a')
|
sha1sums=('9918ce6ccb09a988b80eb38156f141f78a84add5')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
export GOPATH="${srcdir}/.go"
|
export GOPATH="${srcdir}/.go"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user