summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlad Wenter2016-07-29 10:58:15 +0200
committerAlad Wenter2016-07-29 10:58:15 +0200
commit0174dc8605ccfbf99b850b3a5987ae4cc37af6f6 (patch)
treed602652b795bae4b2400736f01d201b946d227cb
parentba4be598c896fb56c933700d878b286edfe77db5 (diff)
downloadaur-0174dc8605ccfbf99b850b3a5987ae4cc37af6f6.tar.gz
Update to 1.3.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b12630573b96..e7c9d43eab28 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Jul 28 20:31:10 UTC 2016
+# Fri Jul 29 08:58:15 UTC 2016
pkgbase = aurutils
pkgdesc = helper tools for the arch user repository
- pkgver = 1.3.0
+ pkgver = 1.3.1
pkgrel = 1
url = https://github.com/AladW/aurutils
arch = any
@@ -19,8 +19,8 @@ pkgbase = aurutils
optdepends = devtools: build in an nspawn container
optdepends = vifm: improved build file interaction
optdepends = datamash: check tsort input
- source = https://github.com/AladW/aurutils/archive/1.3.0.tar.gz
- sha256sums = 0a8d58e5b46401e014b22a56d450c73acba511e3e448c04d803e0a0f8f3c99b1
+ source = https://github.com/AladW/aurutils/archive/1.3.1.tar.gz
+ sha256sums = 406c69e3a871af9e91885b89a4a76ea65d8a641704204807c2e29fe66b8a7ae6
pkgname = aurutils
diff --git a/PKGBUILD b/PKGBUILD
index 2d9d3b5deac9..1c6cd45c3b6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=aurutils
-pkgver=1.3.0
+pkgver=1.3.1
pkgrel=1
pkgdesc='helper tools for the arch user repository'
arch=('any')
url=https://github.com/AladW/aurutils
license=('ISC')
source=("$url/archive/$pkgver.tar.gz")
-sha256sums=('0a8d58e5b46401e014b22a56d450c73acba511e3e448c04d803e0a0f8f3c99b1')
+sha256sums=('406c69e3a871af9e91885b89a4a76ea65d8a641704204807c2e29fe66b8a7ae6')
depends=('pacman>=5' 'expac>=7' 'aria2>=1.23' 'git' 'jshon'
'repose' 'pacutils')
checkdepends=('shellcheck')