This commit is contained in:
Jguer 2018-10-18 09:33:23 +01:00
parent 62bd6b0eca
commit 0715679bba
No known key found for this signature in database
GPG Key ID: 09754DBECF21746F
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
pkgbase = yay
pkgdesc = Yet another yogurt. Pacman wrapper and AUR helper written in go.
pkgver = 8.1157.0
pkgver = 8.1173.0
pkgrel = 1
url = https://github.com/Jguer/yay
arch = i686
@ -13,8 +13,8 @@ pkgbase = yay
depends = pacman>=5.1
depends = sudo
depends = git
source = yay-8.1157.0.tar.gz::https://github.com/Jguer/yay/archive/v8.1157.0.tar.gz
sha1sums = 48c8f68d09b294204270a31d53b25021ccb61b43
source = yay-8.1173.0.tar.gz::https://github.com/Jguer/yay/archive/v8.1173.0.tar.gz
sha1sums = 0e238be4c70e8d1b6bcbe74366a5d9fe7aa2e557
pkgname = yay

View File

@ -1,6 +1,6 @@
# Maintainer: Jguer <joaogg3@gmail.com>
pkgname=yay
pkgver=8.1157.0
pkgver=8.1173.0
pkgrel=1
pkgdesc="Yet another yogurt. Pacman wrapper and AUR helper written in go."
arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
@ -15,7 +15,7 @@ makedepends=(
'go'
)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Jguer/yay/archive/v${pkgver}.tar.gz")
sha1sums=('48c8f68d09b294204270a31d53b25021ccb61b43')
sha1sums=('0e238be4c70e8d1b6bcbe74366a5d9fe7aa2e557')
build() {
cd "$srcdir/$pkgname-$pkgver"