summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlad Wenter2016-04-23 01:12:08 +0200
committerAlad Wenter2016-04-23 01:12:08 +0200
commit39da6f54f5b5b06ac5fc37fd9a7ed05762b0d994 (patch)
tree3437ad0b08149dd93fbb5ff1a32dfffd6f99f307
parentc252e6e36cabad193a0fa6e54342508187c65842 (diff)
downloadaur-39da6f54f5b5b06ac5fc37fd9a7ed05762b0d994.tar.gz
bump 0.8.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 21e7fc70b437..de2ff7c8f139 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Apr 19 13:31:18 UTC 2016
+# Fri Apr 22 23:12:06 UTC 2016
pkgbase = aurutils
pkgdesc = helper tools for the arch user repository
- pkgver = 0.7.0
+ pkgver = 0.8.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.7.0.tar.gz
- md5sums = f24bbdce508e99a80d7608aabcb51122
+ source = https://github.com/AladW/aurutils/archive/0.8.0.tar.gz
+ md5sums = 0d1c3130edd43917e568653641edba1f
pkgname = aurutils
diff --git a/PKGBUILD b/PKGBUILD
index 14e0a86d2ddc..00f8b8a2ca7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=aurutils
-pkgver=0.7.0
+pkgver=0.8.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=('f24bbdce508e99a80d7608aabcb51122')
+md5sums=('0d1c3130edd43917e568653641edba1f')
depends=('pacman>=5.0' 'git' 'repose' 'jshon' 'pacutils' 'expac' 'aria2' 'datamash')
checkdepends=('shellcheck')
makedepends=('git')