Update to 1.3.5
This commit is contained in:
parent
e9c567dc19
commit
12f8800bd2
2 changed files with 13 additions and 10 deletions
13
.SRCINFO
13
.SRCINFO
|
@ -1,8 +1,8 @@
|
||||||
# Generated by mksrcinfo v8
|
# Generated by mksrcinfo v8
|
||||||
# Sun Sep 11 13:03:16 UTC 2016
|
# Tue Oct 4 11:16:45 UTC 2016
|
||||||
pkgbase = aurutils
|
pkgbase = aurutils
|
||||||
pkgdesc = helper tools for the arch user repository
|
pkgdesc = helper tools for the arch user repository
|
||||||
pkgver = 1.3.3
|
pkgver = 1.3.5
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/AladW/aurutils
|
url = https://github.com/AladW/aurutils
|
||||||
arch = any
|
arch = any
|
||||||
|
@ -11,15 +11,16 @@ pkgbase = aurutils
|
||||||
makedepends = git
|
makedepends = git
|
||||||
depends = pacman>=5
|
depends = pacman>=5
|
||||||
depends = expac>=7
|
depends = expac>=7
|
||||||
depends = aria2>=1.23
|
|
||||||
depends = git
|
depends = git
|
||||||
depends = jshon
|
depends = jq
|
||||||
depends = repose
|
depends = repose
|
||||||
depends = pacutils
|
depends = pacutils>=0.4
|
||||||
optdepends = devtools: build in an nspawn container
|
optdepends = devtools: build in an nspawn container
|
||||||
optdepends = vifm: improved build file interaction
|
optdepends = vifm: improved build file interaction
|
||||||
optdepends = datamash: check tsort input
|
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
|
sha256sums = SKIP
|
||||||
|
|
||||||
pkgname = aurutils
|
pkgname = aurutils
|
||||||
|
|
10
PKGBUILD
10
PKGBUILD
|
@ -1,17 +1,19 @@
|
||||||
pkgname=aurutils
|
pkgname=aurutils
|
||||||
pkgver=1.3.3
|
pkgver=1.3.5
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='helper tools for the arch user repository'
|
pkgdesc='helper tools for the arch user repository'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url=https://github.com/AladW/aurutils
|
url=https://github.com/AladW/aurutils
|
||||||
license=('ISC')
|
license=('ISC')
|
||||||
depends=('pacman>=5' 'expac>=7' 'aria2>=1.23' 'git' 'jshon'
|
depends=('pacman>=5' 'expac>=7' 'git' 'jq'
|
||||||
'repose' 'pacutils')
|
'repose' 'pacutils>=0.4')
|
||||||
checkdepends=('shellcheck')
|
checkdepends=('shellcheck')
|
||||||
makedepends=('git')
|
makedepends=('git')
|
||||||
optdepends=('devtools: build in an nspawn container'
|
optdepends=('devtools: build in an nspawn container'
|
||||||
'vifm: improved build file interaction'
|
'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")
|
source=("$pkgname-$pkgver::git+$url#tag=$pkgver")
|
||||||
sha256sums=('SKIP')
|
sha256sums=('SKIP')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue