summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlad Wenter2016-04-11 09:38:13 +0200
committerAlad Wenter2016-04-11 09:38:13 +0200
commit0240b1cdfc30aba8df93a65596cdaa21de821820 (patch)
treebf61c1ecabe11f16abe693ae6e6f77c1794f215d
parent6ba9dfd67f292bc2c0dbc77398f6b79128589fab (diff)
downloadaur-0240b1cdfc30aba8df93a65596cdaa21de821820.tar.gz
bump 0.6.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18baf3d9967d..e7976475ec32 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Apr 9 00:41:55 UTC 2016
+# Mon Apr 11 07:38:10 UTC 2016
pkgbase = aurutils
pkgdesc = helper tools for the arch user repository
- pkgver = 0.5.1
+ pkgver = 0.6.0
pkgrel = 1
url = https://github.com/AladW/aurutils
arch = any
@@ -19,8 +19,8 @@ pkgbase = aurutils
depends = datamash
optdepends = devtools: aurbuild -c
optdepends = vifm: improved build file interaction
- source = https://github.com/AladW/aurutils/archive/0.5.1.tar.gz
- md5sums = 0cb58606e1b60502cda6f7eb7ef0139d
+ source = https://github.com/AladW/aurutils/archive/0.6.0.tar.gz
+ md5sums = 42696550f838ac485617a0731f07d3c9
pkgname = aurutils
diff --git a/PKGBUILD b/PKGBUILD
index adb869030ffd..dc1812e31c4a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=aurutils
-pkgver=0.5.1
+pkgver=0.6.0
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=('0cb58606e1b60502cda6f7eb7ef0139d')
+md5sums=('42696550f838ac485617a0731f07d3c9')
depends=('pacman>=5.0' 'git' 'repose' 'jshon' 'pacutils' 'expac' 'aria2' 'datamash')
checkdepends=('shellcheck')
makedepends=('git')