This commit is contained in:
Jguer 2017-10-19 12:04:35 +09:00
parent d1dc0521e8
commit af3b264306
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.152 pkgver = 2.201
pkgrel = 1 pkgrel = 1
url = https://github.com/Jguer/yay url = https://github.com/Jguer/yay
arch = i686 arch = i686
@ -14,8 +14,8 @@ pkgbase = yay
conflicts = yay-bin conflicts = yay-bin
options = !strip options = !strip
options = !emptydirs options = !emptydirs
source = https://github.com/Jguer/yay/archive/v2.152.tar.gz source = https://github.com/Jguer/yay/archive/v2.201.tar.gz
md5sums = e95e870ddd2232953967eb56ee4097d1 sha1sums = 33fe89ad86aa1b024077fc059a6e363bcbc49d88
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.152 pkgver=2.201
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') conflicts=('yay-bin')
source=("https://github.com/Jguer/yay/archive/v${pkgver}.tar.gz") source=("https://github.com/Jguer/yay/archive/v${pkgver}.tar.gz")
md5sums=('e95e870ddd2232953967eb56ee4097d1') sha1sums=('33fe89ad86aa1b024077fc059a6e363bcbc49d88')
build() { build() {
export GOPATH="${srcdir}/.go" export GOPATH="${srcdir}/.go"