summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJguer2018-03-04 01:40:56 +0000
committerJguer2018-03-04 01:40:56 +0000
commita63b2842ed0d7145182ded0f617a7b3cea7200b3 (patch)
tree43fa4d73edac77bc41e10898c07e67d5ff0dec57
parent7fbe48506f1693b8f213068dc3dd1be24c35537c (diff)
downloadaur-a63b2842ed0d7145182ded0f617a7b3cea7200b3.tar.gz
440
Signed-off-by: Jguer <me@jguer.space>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2cd4bed55130..6bead2e5b20d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index a17f805e7907..2034f4816fd1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"