This commit is contained in:
Jguer 2018-05-20 16:22:18 +01:00
parent 562364e048
commit b63f4c204d
No known key found for this signature in database
GPG Key ID: 09754DBECF21746F
2 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
pkgbase = yay pkgbase = yay
pkgdesc = Yet another yogurt. Pacman wrapper and AUR helper written in go. pkgdesc = Yet another yogurt. Pacman wrapper and AUR helper written in go.
pkgver = 6.727 pkgver = 6.777
pkgrel = 2 pkgrel = 1
url = https://github.com/Jguer/yay url = https://github.com/Jguer/yay
arch = i686 arch = i686
arch = x86_64 arch = x86_64
@ -16,8 +16,8 @@ pkgbase = yay
conflicts = yay-git conflicts = yay-git
options = !strip options = !strip
options = !emptydirs options = !emptydirs
source = https://github.com/Jguer/yay/archive/v6.727.tar.gz source = https://github.com/Jguer/yay/archive/v6.777.tar.gz
sha1sums = 31c7320909d378d822035168135e3404c168abc4 sha1sums = 5cc83ff7947836ef284b9dba3df5aac96c7f6033
pkgname = yay pkgname = yay

View File

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