This commit is contained in:
Jguer 2018-10-08 19:29:23 +01:00
parent c1afa69e02
commit 62bd6b0eca
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.1139
pkgver = 8.1157.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.1139.tar.gz::https://github.com/Jguer/yay/archive/v8.1139.tar.gz
sha1sums = 3a7a8a5708e16b0c0ccb24161ab8ca29fe5ac0fc
source = yay-8.1157.0.tar.gz::https://github.com/Jguer/yay/archive/v8.1157.0.tar.gz
sha1sums = 48c8f68d09b294204270a31d53b25021ccb61b43
pkgname = yay

View File

@ -1,6 +1,6 @@
# Maintainer: Jguer <joaogg3@gmail.com>
pkgname=yay
pkgver=8.1139
pkgver=8.1157.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=('3a7a8a5708e16b0c0ccb24161ab8ca29fe5ac0fc')
sha1sums=('48c8f68d09b294204270a31d53b25021ccb61b43')
build() {
cd "$srcdir/$pkgname-$pkgver"