Signed-off-by: Jguer <me@jguer.space>
This commit is contained in:
Jguer 2018-02-27 01:55:12 +00:00
parent 6873fcb345
commit 7fbe48506f
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 = 2.350
pkgver = 3.373
pkgrel = 1
url = https://github.com/Jguer/yay
arch = i686
@ -16,8 +16,8 @@ pkgbase = yay
conflicts = yay-git
options = !strip
options = !emptydirs
source = https://github.com/Jguer/yay/archive/v2.350.tar.gz
sha1sums = 06d110e83e183e8b4cc2aacef6a848ec1a8440d4
source = https://github.com/Jguer/yay/archive/v3.373.tar.gz
sha1sums = 7e91f65085f8254c79fa5b1fde3a808e1aaa64da
pkgname = yay

View File

@ -1,6 +1,6 @@
# Maintainer: Jguer <joaogg3@gmail.com>
pkgname=yay
pkgver=2.350
pkgver=3.373
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=("https://github.com/Jguer/yay/archive/v${pkgver}.tar.gz")
sha1sums=('06d110e83e183e8b4cc2aacef6a848ec1a8440d4')
sha1sums=('7e91f65085f8254c79fa5b1fde3a808e1aaa64da')
prepare() {
export GOPATH="${srcdir}/.go"