Updated PKGBuild and .SRCINFO

This commit is contained in:
Jguer 2017-04-25 16:37:38 +01:00
parent 2755e9d130
commit 53b509838e
2 changed files with 4 additions and 3 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 = 1.114 pkgver = 1.114
pkgrel = 1 pkgrel = 2
url = https://github.com/Jguer/yay url = https://github.com/Jguer/yay
arch = i686 arch = i686
arch = x86_64 arch = x86_64
@ -10,7 +10,8 @@ pkgbase = yay
makedepends = go makedepends = go
makedepends = git makedepends = git
depends = sudo depends = sudo
source = yay::git://github.com/Jguer/yay.git#branch=master conflicts = yay-bin
source = yay::git://github.com/jguer/yay.git#branch=master
md5sums = SKIP md5sums = SKIP
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=1.114 pkgver=1.114
pkgrel=1 pkgrel=2
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' 'arm') arch=('i686' 'x86_64' 'arm')
url="https://github.com/Jguer/yay" url="https://github.com/Jguer/yay"