Updates to 2.297

This commit is contained in:
Jguer 2018-01-31 20:08:35 +09:00
parent 54cc7e0a1c
commit ab689aee5f
3 changed files with 8 additions and 7 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 = 2.219 pkgver = 2.297
pkgrel = 3 pkgrel = 1
url = https://github.com/Jguer/yay url = https://github.com/Jguer/yay
arch = i686 arch = i686
arch = x86_64 arch = x86_64
@ -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.219.tar.gz source = https://github.com/Jguer/yay/archive/v2.297.tar.gz
sha1sums = 674392963a80093d04c7a8ed0aea0adc541dc003 sha1sums = 804324fc7176e31c6aaad79d598ce39cd3c4663a
pkgname = yay pkgname = yay

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
/*.tar.xz /*.tar.xz
/*.tar.gz
/pkg /pkg
/src /src
/yay /yay

View File

@ -1,7 +1,7 @@
# Maintainer: Jguer <joaogg3@gmail.com> # Maintainer: Jguer <joaogg3@gmail.com>
pkgname=yay pkgname=yay
pkgver=2.219 pkgver=2.297
pkgrel=3 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')
url="https://github.com/Jguer/yay" url="https://github.com/Jguer/yay"
@ -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=('674392963a80093d04c7a8ed0aea0adc541dc003') sha1sums=('804324fc7176e31c6aaad79d598ce39cd3c4663a')
prepare() { prepare() {
export GOPATH="${srcdir}/.go" export GOPATH="${srcdir}/.go"