Signed-off-by: Jguer <me@jguer.space>
This commit is contained in:
Jguer 2018-03-04 01:40:56 +00:00
parent 7fbe48506f
commit a63b2842ed
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 = 3.373
pkgver = 3.440
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/v3.373.tar.gz
sha1sums = 7e91f65085f8254c79fa5b1fde3a808e1aaa64da
source = https://github.com/Jguer/yay/archive/v3.440.tar.gz
sha1sums = ae72cacb2826a10e0d0aa952a93548e7ac2d270a
pkgname = yay

View File

@ -1,6 +1,6 @@
# Maintainer: Jguer <joaogg3@gmail.com>
pkgname=yay
pkgver=3.373
pkgver=3.440
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=('7e91f65085f8254c79fa5b1fde3a808e1aaa64da')
sha1sums=('ae72cacb2826a10e0d0aa952a93548e7ac2d270a')
prepare() {
export GOPATH="${srcdir}/.go"