summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter van den Hurk2016-06-29 17:03:18 +0200
committerPeter van den Hurk2016-06-29 17:03:18 +0200
commit241cb7b86c730ec0b4047419fde0ed2fd7893f1b (patch)
tree89380712b5de6a483ccdb0f9926c7bccad126897
parent286b40262bb84d226fa2155d8a294e51117f8c7e (diff)
downloadaur-241cb7b86c730ec0b4047419fde0ed2fd7893f1b.tar.gz
Update to 1.1.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f3991765696..578f3ff1b7f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Jun 10 01:08:13 UTC 2016
+# Wed Jun 29 15:01:05 UTC 2016
pkgbase = aurutils
pkgdesc = helper tools for the arch user repository
- pkgver = 1.0.2
+ pkgver = 1.1.0
pkgrel = 1
url = https://github.com/AladW/aurutils
arch = any
@@ -16,10 +16,10 @@ pkgbase = aurutils
depends = jshon
depends = repose
depends = pacutils
- depends = datamash
optdepends = devtools: build in an nspawn container
optdepends = vifm: improved build file interaction
- source = https://github.com/AladW/aurutils/archive/1.0.2.tar.gz
+ optdepends = datamash: check tsort input
+ source = https://github.com/AladW/aurutils/archive/1.1.0.tar.gz
sha256sums = 4448879245aa64dec67106a005b2f618fef8ce2931a4981ca62bed571a531382
pkgname = aurutils
diff --git a/PKGBUILD b/PKGBUILD
index cce9a54eaf7f..17e70fe487a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,19 @@
pkgname=aurutils
-pkgver=1.0.2
+pkgver=1.1.0
pkgrel=1
pkgdesc='helper tools for the arch user repository'
arch=('any')
url=https://github.com/AladW/aurutils
license=('ISC')
source=("$url/archive/$pkgver.tar.gz")
-sha256sums=('4448879245aa64dec67106a005b2f618fef8ce2931a4981ca62bed571a531382')
+sha256sums=('cdfec422c7f30a74d1d27d8ad8a5af410c9d97969d3bd9cd3b902e186d98d663')
depends=('pacman>=5' 'expac>=7' 'aria2>=1.23' 'git' 'jshon'
- 'repose' 'pacutils' 'datamash')
+ 'repose' 'pacutils')
checkdepends=('shellcheck')
makedepends=('git')
optdepends=('devtools: build in an nspawn container'
- 'vifm: improved build file interaction')
+ 'vifm: improved build file interaction'
+ 'datamash: check tsort input')
check() {
cd "$pkgname-$pkgver"