generated from archlinux/template
v9.4.2
This commit is contained in:
parent
cf12e53a21
commit
f2a571d9ee
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.4.0
|
pkgver = 9.4.2
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/Jguer/yay
|
url = https://github.com/Jguer/yay
|
||||||
arch = i686
|
arch = i686
|
||||||
@ -13,8 +13,8 @@ pkgbase = yay
|
|||||||
depends = pacman>=5.2
|
depends = pacman>=5.2
|
||||||
depends = sudo
|
depends = sudo
|
||||||
depends = git
|
depends = git
|
||||||
source = yay-9.4.0.tar.gz::https://github.com/Jguer/yay/archive/v9.4.0.tar.gz
|
source = yay-9.4.2.tar.gz::https://github.com/Jguer/yay/archive/v9.4.2.tar.gz
|
||||||
sha1sums = 9e62c6e3d0bae7b6687717b07e3455ac9aa451cd
|
sha1sums = acf4be46fc2560d9fe714e2bc9f1949747c7f10b
|
||||||
|
|
||||||
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=9.4.0
|
pkgver=9.4.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')
|
||||||
@ -15,7 +15,7 @@ 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=('9e62c6e3d0bae7b6687717b07e3455ac9aa451cd')
|
sha1sums=('acf4be46fc2560d9fe714e2bc9f1949747c7f10b')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$srcdir/$pkgname-$pkgver"
|
cd "$srcdir/$pkgname-$pkgver"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user