This commit is contained in:
Jguer 2018-08-31 14:05:46 +01:00
parent 99785610cc
commit 6e8b8bdb42
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.998
pkgver = 8.1101
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.998.tar.gz::https://github.com/Jguer/yay/archive/v8.998.tar.gz
sha1sums = a2010975261dcd4d18178b56ce5dee1c984906fd
source = yay-8.1101.tar.gz::https://github.com/Jguer/yay/archive/v8.1101.tar.gz
sha1sums = 208714fa630596736dad414a7c0ac73376fc0361
pkgname = yay

View File

@ -1,6 +1,6 @@
# Maintainer: Jguer <joaogg3@gmail.com>
pkgname=yay
pkgver=8.998
pkgver=8.1101
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=('a2010975261dcd4d18178b56ce5dee1c984906fd')
sha1sums=('208714fa630596736dad414a7c0ac73376fc0361')
build() {
cd "$srcdir/$pkgname-$pkgver"