Update to 1.5.0
This commit is contained in:
parent
e6f1e703e1
commit
079d10040c
2 changed files with 15 additions and 15 deletions
15
.SRCINFO
15
.SRCINFO
|
@ -1,8 +1,8 @@
|
||||||
# Generated by mksrcinfo v8
|
# Generated by mksrcinfo v8
|
||||||
# Wed Dec 28 03:50:47 UTC 2016
|
# Tue Mar 7 15:27:33 UTC 2017
|
||||||
pkgbase = aurutils
|
pkgbase = aurutils
|
||||||
pkgdesc = helper tools for the arch user repository
|
pkgdesc = helper tools for the arch user repository
|
||||||
pkgver = 1.4.2
|
pkgver = 1.5.0
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/AladW/aurutils
|
url = https://github.com/AladW/aurutils
|
||||||
arch = any
|
arch = any
|
||||||
|
@ -10,17 +10,16 @@ pkgbase = aurutils
|
||||||
checkdepends = shellcheck
|
checkdepends = shellcheck
|
||||||
makedepends = git
|
makedepends = git
|
||||||
depends = pacman>=5
|
depends = pacman>=5
|
||||||
depends = expac>=7
|
|
||||||
depends = git
|
depends = git
|
||||||
depends = jq
|
depends = jq
|
||||||
depends = repose
|
|
||||||
depends = pacutils>=0.4
|
depends = pacutils>=0.4
|
||||||
optdepends = devtools: systemd-nspawn support
|
optdepends = devtools: systemd-nspawn support
|
||||||
optdepends = vifm: build file interaction
|
optdepends = vifm: build file interaction
|
||||||
optdepends = aria2>=1.23: alternative downloader
|
optdepends = aria2: threaded downloads
|
||||||
optdepends = parallel: alternative downloader
|
optdepends = parallel: threaded downloads
|
||||||
optdepends = datamash: check tsort input
|
optdepends = expac: aursift script
|
||||||
source = aurutils-1.4.2::git+https://github.com/AladW/aurutils#commit=1b00b899eadbb816fe2e3f93b9497676049595e8
|
optdepends = repose: repo-add alternative
|
||||||
|
source = aurutils-1.5.0::git+https://github.com/AladW/aurutils#commit=4655b49429add40efd73e3e85492c0a77e05396f
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
|
|
||||||
pkgname = aurutils
|
pkgname = aurutils
|
||||||
|
|
13
PKGBUILD
13
PKGBUILD
|
@ -1,19 +1,20 @@
|
||||||
pkgname=aurutils
|
pkgname=aurutils
|
||||||
pkgver=1.4.2
|
pkgver=1.5.0
|
||||||
_commit=1b00b899eadbb816fe2e3f93b9497676049595e8
|
_commit=4655b49429add40efd73e3e85492c0a77e05396f
|
||||||
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' 'git' 'jq' 'repose' 'pacutils>=0.4')
|
depends=('pacman>=5' 'git' 'jq' 'pacutils>=0.4')
|
||||||
checkdepends=('shellcheck')
|
checkdepends=('shellcheck')
|
||||||
makedepends=('git')
|
makedepends=('git')
|
||||||
optdepends=('devtools: systemd-nspawn support'
|
optdepends=('devtools: systemd-nspawn support'
|
||||||
'vifm: build file interaction'
|
'vifm: build file interaction'
|
||||||
'aria2>=1.23: alternative downloader'
|
'aria2: threaded downloads'
|
||||||
'parallel: alternative downloader'
|
'parallel: threaded downloads'
|
||||||
'datamash: check tsort input')
|
'expac: aursift script'
|
||||||
|
'repose: repo-add alternative')
|
||||||
source=("$pkgname-$pkgver::git+$url#commit=$_commit")
|
source=("$pkgname-$pkgver::git+$url#commit=$_commit")
|
||||||
sha256sums=('SKIP')
|
sha256sums=('SKIP')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue