Update to 1.4.0
This commit is contained in:
parent
03313ca21c
commit
e5e0ed581d
2 changed files with 14 additions and 14 deletions
12
.SRCINFO
12
.SRCINFO
|
@ -1,8 +1,8 @@
|
||||||
# Generated by mksrcinfo v8
|
# Generated by mksrcinfo v8
|
||||||
# Tue Oct 25 12:50:54 UTC 2016
|
# Tue Dec 27 19:18:10 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.6
|
pkgver = 1.4.0
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/AladW/aurutils
|
url = https://github.com/AladW/aurutils
|
||||||
arch = any
|
arch = any
|
||||||
|
@ -15,12 +15,12 @@ pkgbase = aurutils
|
||||||
depends = jq
|
depends = jq
|
||||||
depends = repose
|
depends = repose
|
||||||
depends = pacutils>=0.4
|
depends = pacutils>=0.4
|
||||||
optdepends = devtools: build in an nspawn container
|
optdepends = devtools: systemd-nspawn support
|
||||||
optdepends = vifm: improved build file interaction
|
optdepends = vifm: build file interaction
|
||||||
optdepends = datamash: check tsort input
|
|
||||||
optdepends = aria2>=1.23: alternative downloader
|
optdepends = aria2>=1.23: alternative downloader
|
||||||
optdepends = parallel: alternative downloader
|
optdepends = parallel: alternative downloader
|
||||||
source = aurutils-1.3.6::git+https://github.com/AladW/aurutils#tag=1.3.6
|
optdepends = datamash: check tsort input
|
||||||
|
source = aurutils-1.4.0::git+https://github.com/AladW/aurutils#commit=ec7f759ee065fcb251b82ff7adac8462f81529e7
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
|
|
||||||
pkgname = aurutils
|
pkgname = aurutils
|
||||||
|
|
16
PKGBUILD
16
PKGBUILD
|
@ -1,20 +1,20 @@
|
||||||
pkgname=aurutils
|
pkgname=aurutils
|
||||||
pkgver=1.3.6
|
pkgver=1.4.0
|
||||||
|
_commit=ec7f759ee065fcb251b82ff7adac8462f81529e7
|
||||||
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'
|
depends=('pacman>=5' 'expac>=7' 'git' 'jq' 'repose' 'pacutils>=0.4')
|
||||||
'repose' 'pacutils>=0.4')
|
|
||||||
checkdepends=('shellcheck')
|
checkdepends=('shellcheck')
|
||||||
makedepends=('git')
|
makedepends=('git')
|
||||||
optdepends=('devtools: build in an nspawn container'
|
optdepends=('devtools: systemd-nspawn support'
|
||||||
'vifm: improved build file interaction'
|
'vifm: build file interaction'
|
||||||
'datamash: check tsort input'
|
|
||||||
'aria2>=1.23: alternative downloader'
|
'aria2>=1.23: alternative downloader'
|
||||||
'parallel: alternative downloader')
|
'parallel: alternative downloader'
|
||||||
source=("$pkgname-$pkgver::git+$url#tag=$pkgver")
|
'datamash: check tsort input')
|
||||||
|
source=("$pkgname-$pkgver::git+$url#commit=$_commit")
|
||||||
sha256sums=('SKIP')
|
sha256sums=('SKIP')
|
||||||
|
|
||||||
check() {
|
check() {
|
||||||
|
|
Loading…
Reference in a new issue