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 0aff51062f90..8604098579e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue May 3 09:56:22 UTC 2016
+# Wed May 4 15:09:24 UTC 2016
pkgbase = aurutils
pkgdesc = helper tools for the arch user repository
- pkgver = 0.8.4
+ pkgver = 0.8.5
pkgrel = 2
url = https://github.com/AladW/aurutils
arch = any
@@ -19,8 +19,8 @@ pkgbase = aurutils
depends = datamash
optdepends = devtools: build in an nspawn container
optdepends = vifm: improved build file interaction
- source = https://github.com/AladW/aurutils/archive/0.8.4.tar.gz
- md5sums = e1d0033cc330e1901710c7970823a9f2
+ source = https://github.com/AladW/aurutils/archive/0.8.5.tar.gz
+ md5sums = 65eca72eeefe1ee2db1c56ff844273ea
pkgname = aurutils
diff --git a/PKGBUILD b/PKGBUILD
index 4f17ef86a3f4..0a9e5fce325f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=aurutils
-pkgver=0.8.4
+pkgver=0.8.5
pkgrel=2
pkgdesc='helper tools for the arch user repository'
arch=('any')
url=https://github.com/AladW/aurutils
license=('ISC')
source=("$url/archive/$pkgver.tar.gz")
-md5sums=('e1d0033cc330e1901710c7970823a9f2')
+md5sums=('65eca72eeefe1ee2db1c56ff844273ea')
depends=('pacman>=5.0' 'git' 'jshon' 'expac' 'aria2'
'repose' 'pacutils' 'datamash')
checkdepends=('shellcheck')