summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJguer2018-01-31 20:08:35 +0900
committerJguer2018-01-31 20:08:35 +0900
commitab689aee5f92f78ff3fd962b32edb704b8b5db9e (patch)
tree0585187c89e24676602c9ccbbdf2a55c7721afb9
parent54cc7e0a1cceb5ddf0ce2b51cf2b6fa728f0ca0a (diff)
downloadaur-ab689aee5f92f78ff3fd962b32edb704b8b5db9e.tar.gz
Updates to 2.297
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD6
3 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 216a93219dea..a55e64c3946c 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 113e7322bd49..475547ad5a02 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
/*.tar.xz
+/*.tar.gz
/pkg
/src
/yay
diff --git a/PKGBUILD b/PKGBUILD
index 5be8ee12507c..9d1b9c2db060 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jguer <joaogg3@gmail.com>
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"