This commit is contained in:
Jguer 2018-01-31 17:15:47 +00:00
parent ab689aee5f
commit 79d9b5d3df
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
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 = 2.297 pkgver = 2.300
pkgrel = 1 pkgrel = 1
url = https://github.com/Jguer/yay url = https://github.com/Jguer/yay
arch = i686 arch = i686
@ -15,8 +15,8 @@ pkgbase = yay
conflicts = yay-git conflicts = yay-git
options = !strip options = !strip
options = !emptydirs options = !emptydirs
source = https://github.com/Jguer/yay/archive/v2.297.tar.gz source = https://github.com/Jguer/yay/archive/v2.300.tar.gz
sha1sums = 804324fc7176e31c6aaad79d598ce39cd3c4663a sha1sums = 754f6ad2ac1f6be23ddbb4f17bdd9df7995189f2
pkgname = yay pkgname = yay

View File

@ -1,6 +1,6 @@
# Maintainer: Jguer <joaogg3@gmail.com> # Maintainer: Jguer <joaogg3@gmail.com>
pkgname=yay pkgname=yay
pkgver=2.297 pkgver=2.300
pkgrel=1 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' 'aarch64') arch=('i686' 'x86_64' 'armv7h' 'aarch64')
@ -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=('804324fc7176e31c6aaad79d598ce39cd3c4663a') sha1sums=('754f6ad2ac1f6be23ddbb4f17bdd9df7995189f2')
prepare() { prepare() {
export GOPATH="${srcdir}/.go" export GOPATH="${srcdir}/.go"