summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlad Wenter2016-04-08 21:11:37 +0200
committerAlad Wenter2016-04-08 21:11:37 +0200
commitaf3023ac4a44ed7d2c844983cf2da1e068c68d7b (patch)
tree5ce286891bc155ddbbb08e6e78410d8295ee064a
parent03bd48e42d5e3aa70c1df75bee1b8d82ec58b9a4 (diff)
downloadaur-af3023ac4a44ed7d2c844983cf2da1e068c68d7b.tar.gz
0.5.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d5a58885dbb9..542349df02c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Apr 8 18:54:12 UTC 2016
+# Fri Apr 8 19:11:35 UTC 2016
pkgbase = aurutils
pkgdesc = helper tools for the arch user repository
- pkgver = 0.4.1
+ pkgver = 0.5.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.4.1.tar.gz
- md5sums = 876bef85febe154cb7be6ed7d8ac8927
+ source = https://github.com/AladW/aurutils/archive/0.5.0.tar.gz
+ md5sums = dbb02815f52d31796febaf9b356d580e
pkgname = aurutils
diff --git a/PKGBUILD b/PKGBUILD
index dfadd4a6fdf0..9ed573c10000 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=aurutils
-pkgver=0.4.1
+pkgver=0.5.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=('876bef85febe154cb7be6ed7d8ac8927')
+md5sums=('dbb02815f52d31796febaf9b356d580e')
depends=('pacman>=5.0' 'git' 'repose' 'jshon' 'pacutils' 'expac' 'aria2' 'datamash')
checkdepends=('shellcheck')
makedepends=('git')