Update to 1.5.0

This commit is contained in:
Alad Wenter 2017-03-07 16:27:42 +01:00
parent e6f1e703e1
commit 079d10040c
2 changed files with 15 additions and 15 deletions

View file

@ -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

View file

@ -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')