This commit is contained in:
Jguer 2018-06-19 17:06:22 +01:00
parent 0f2b310dd0
commit efba3860b8
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 = 6.786
pkgver = 7.885
pkgrel = 1
url = https://github.com/Jguer/yay
arch = i686
@ -17,8 +17,8 @@ pkgbase = yay
conflicts = yay-git
options = !strip
options = !emptydirs
source = yay-6.786.tar.gz::https://github.com/Jguer/yay/archive/v6.786.tar.gz
sha1sums = e3614421691541bd31cfb53ed9bad6564b636495
source = yay-7.885.tar.gz::https://github.com/Jguer/yay/archive/v7.885.tar.gz
sha1sums = fa772179c6827c221ca3438f4cfdb77c9d08cb7e
pkgname = yay

View File

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