Update to 1.3.5

This commit is contained in:
Peter van den Hurk 2016-10-04 13:34:47 +02:00
parent e9c567dc19
commit 12f8800bd2
2 changed files with 13 additions and 10 deletions

View File

@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
# Sun Sep 11 13:03:16 UTC 2016
# Tue Oct 4 11:16:45 UTC 2016
pkgbase = aurutils
pkgdesc = helper tools for the arch user repository
pkgver = 1.3.3
pkgver = 1.3.5
pkgrel = 1
url = https://github.com/AladW/aurutils
arch = any
@ -11,15 +11,16 @@ pkgbase = aurutils
makedepends = git
depends = pacman>=5
depends = expac>=7
depends = aria2>=1.23
depends = git
depends = jshon
depends = jq
depends = repose
depends = pacutils
depends = pacutils>=0.4
optdepends = devtools: build in an nspawn container
optdepends = vifm: improved build file interaction
optdepends = datamash: check tsort input
source = aurutils-1.3.3::git+https://github.com/AladW/aurutils#tag=1.3.3
optdepends = aria2>=1.23: alternative downloader
optdepends = parallel: alternative downloader
source = aurutils-1.3.5::git+https://github.com/AladW/aurutils#tag=1.3.5
sha256sums = SKIP
pkgname = aurutils

View File

@ -1,17 +1,19 @@
pkgname=aurutils
pkgver=1.3.3
pkgver=1.3.5
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' 'aria2>=1.23' 'git' 'jshon'
'repose' 'pacutils')
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')
'datamash: check tsort input'
'aria2>=1.23: alternative downloader'
'parallel: alternative downloader')
source=("$pkgname-$pkgver::git+$url#tag=$pkgver")
sha256sums=('SKIP')