summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD15
2 files changed, 15 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd9f39eab2c3..5878afac7b15 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Dec 28 03:50:47 UTC 2016
+# Tue Mar 7 15:27:33 UTC 2017
pkgbase = aurutils
pkgdesc = helper tools for the arch user repository
- pkgver = 1.4.2
+ pkgver = 1.5.0
pkgrel = 1
url = https://github.com/AladW/aurutils
arch = any
@@ -10,17 +10,16 @@ pkgbase = aurutils
checkdepends = shellcheck
makedepends = git
depends = pacman>=5
- depends = expac>=7
depends = git
depends = jq
- depends = repose
depends = pacutils>=0.4
optdepends = devtools: systemd-nspawn support
optdepends = vifm: build file interaction
- optdepends = aria2>=1.23: alternative downloader
- optdepends = parallel: alternative downloader
- optdepends = datamash: check tsort input
- source = aurutils-1.4.2::git+https://github.com/AladW/aurutils#commit=1b00b899eadbb816fe2e3f93b9497676049595e8
+ optdepends = aria2: threaded downloads
+ optdepends = parallel: threaded downloads
+ optdepends = expac: aursift script
+ optdepends = repose: repo-add alternative
+ source = aurutils-1.5.0::git+https://github.com/AladW/aurutils#commit=4655b49429add40efd73e3e85492c0a77e05396f
sha256sums = SKIP
pkgname = aurutils
diff --git a/PKGBUILD b/PKGBUILD
index 9e6c7f416e38..a29c68a82df7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,20 @@
pkgname=aurutils
-pkgver=1.4.2
-_commit=1b00b899eadbb816fe2e3f93b9497676049595e8
+pkgver=1.5.0
+_commit=4655b49429add40efd73e3e85492c0a77e05396f
pkgrel=1
pkgdesc='helper tools for the arch user repository'
arch=('any')
url=https://github.com/AladW/aurutils
license=('ISC')
-depends=('pacman>=5' 'expac>=7' 'git' 'jq' 'repose' 'pacutils>=0.4')
+depends=('pacman>=5' 'git' 'jq' 'pacutils>=0.4')
checkdepends=('shellcheck')
makedepends=('git')
optdepends=('devtools: systemd-nspawn support'
- 'vifm: build file interaction'
- 'aria2>=1.23: alternative downloader'
- 'parallel: alternative downloader'
- 'datamash: check tsort input')
+ 'vifm: build file interaction'
+ 'aria2: threaded downloads'
+ 'parallel: threaded downloads'
+ 'expac: aursift script'
+ 'repose: repo-add alternative')
source=("$pkgname-$pkgver::git+$url#commit=$_commit")
sha256sums=('SKIP')