From ab689aee5f92f78ff3fd962b32edb704b8b5db9e Mon Sep 17 00:00:00 2001 From: Jguer Date: Wed, 31 Jan 2018 20:08:35 +0900 Subject: [PATCH] Updates to 2.297 --- .SRCINFO | 8 ++++---- .gitignore | 1 + PKGBUILD | 6 +++--- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 216a932..a55e64c 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = yay pkgdesc = Yet another yogurt. Pacman wrapper and AUR helper written in go. - pkgver = 2.219 - pkgrel = 3 + pkgver = 2.297 + pkgrel = 1 url = https://github.com/Jguer/yay arch = i686 arch = x86_64 @@ -15,8 +15,8 @@ pkgbase = yay conflicts = yay-git options = !strip options = !emptydirs - source = https://github.com/Jguer/yay/archive/v2.219.tar.gz - sha1sums = 674392963a80093d04c7a8ed0aea0adc541dc003 + source = https://github.com/Jguer/yay/archive/v2.297.tar.gz + sha1sums = 804324fc7176e31c6aaad79d598ce39cd3c4663a pkgname = yay diff --git a/.gitignore b/.gitignore index 113e732..475547a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /*.tar.xz +/*.tar.gz /pkg /src /yay diff --git a/PKGBUILD b/PKGBUILD index 5be8ee1..9d1b9c2 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Jguer pkgname=yay -pkgver=2.219 -pkgrel=3 +pkgver=2.297 +pkgrel=1 pkgdesc="Yet another yogurt. Pacman wrapper and AUR helper written in go." arch=('i686' 'x86_64' 'armv7h' 'aarch64') url="https://github.com/Jguer/yay" @@ -16,7 +16,7 @@ makedepends=( ) conflicts=('yay-bin' 'yay-git') source=("https://github.com/Jguer/yay/archive/v${pkgver}.tar.gz") -sha1sums=('674392963a80093d04c7a8ed0aea0adc541dc003') +sha1sums=('804324fc7176e31c6aaad79d598ce39cd3c4663a') prepare() { export GOPATH="${srcdir}/.go"