This commit is contained in:
Jguer 2018-07-16 11:55:52 +01:00
parent 07eb5dfcc8
commit 627b5e8cec
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 = 7.887
pkgver = 8.918
pkgrel = 1
url = https://github.com/Jguer/yay
arch = i686
@ -15,8 +15,8 @@ pkgbase = yay
depends = git
conflicts = yay-bin
conflicts = yay-git
source = yay-7.887.tar.gz::https://github.com/Jguer/yay/archive/v7.887.tar.gz
sha1sums = 62778eb72bd1c23f7dcd25606eca49eae8c0fad0
source = yay-8.918.tar.gz::https://github.com/Jguer/yay/archive/v8.918.tar.gz
sha1sums = f0c51515abbdc7a5b5750c4cab847901644eda3a
pkgname = yay

View File

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