summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 8 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 234bdc0d84e2..9cce593472d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,20 @@
pkgname=aurutils
-pkgver=1.3.6
+pkgver=1.4.0
+_commit=ec7f759ee065fcb251b82ff7adac8462f81529e7
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' 'expac>=7' 'git' 'jq' 'repose' 'pacutils>=0.4')
checkdepends=('shellcheck')
makedepends=('git')
-optdepends=('devtools: build in an nspawn container'
- 'vifm: improved build file interaction'
- 'datamash: check tsort input'
+optdepends=('devtools: systemd-nspawn support'
+ 'vifm: build file interaction'
'aria2>=1.23: alternative downloader'
- 'parallel: alternative downloader')
-source=("$pkgname-$pkgver::git+$url#tag=$pkgver")
+ 'parallel: alternative downloader'
+ 'datamash: check tsort input')
+source=("$pkgname-$pkgver::git+$url#commit=$_commit")
sha256sums=('SKIP')
check() {