summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cfe6f505c6b9..d09e70fcf250 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Apr 1 02:57:04 UTC 2016
+# Sun Apr 3 02:38:31 UTC 2016
pkgbase = aurutils
pkgdesc = helper tools for the arch user repository
- pkgver = 0.3.0
+ pkgver = 0.3.1
pkgrel = 1
url = https://github.com/AladW/aurutils
arch = any
@@ -18,8 +18,8 @@ pkgbase = aurutils
depends = aria2
optdepends = devtools: aurbuild -c
optdepends = vifm: improved build file interaction
- source = https://github.com/AladW/aurutils/archive/0.3.0.tar.gz
- md5sums = 6c24da309b25bc06cb2901059cc75817
+ source = https://github.com/AladW/aurutils/archive/0.3.1.tar.gz
+ md5sums = 0f053ea31962ce2c57302ca4f300868e
pkgname = aurutils
diff --git a/PKGBUILD b/PKGBUILD
index 41e126183245..165c0486dd3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=aurutils
-pkgver=0.3.0
+pkgver=0.3.1
pkgrel=1
pkgdesc='helper tools for the arch user repository'
arch=('any')
url=https://github.com/AladW/aurutils
license=('ISC')
source=("https://github.com/AladW/aurutils/archive/$pkgver.tar.gz")
-md5sums=('6c24da309b25bc06cb2901059cc75817')
+md5sums=('0f053ea31962ce2c57302ca4f300868e')
depends=('pacman>=5.0' 'git' 'repose' 'jshon' 'pacutils' 'expac' 'aria2')
checkdepends=('shellcheck')
makedepends=('git')