Update to 1.2.1
This commit is contained in:
parent
fad15d6bc2
commit
6386f1cd8a
2 changed files with 6 additions and 6 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -1,8 +1,8 @@
|
||||||
# Generated by mksrcinfo v8
|
# Generated by mksrcinfo v8
|
||||||
# Fri Jul 22 00:14:45 UTC 2016
|
# Fri Jul 22 22:13:01 UTC 2016
|
||||||
pkgbase = aurutils
|
pkgbase = aurutils
|
||||||
pkgdesc = helper tools for the arch user repository
|
pkgdesc = helper tools for the arch user repository
|
||||||
pkgver = 1.2.0
|
pkgver = 1.2.1
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/AladW/aurutils
|
url = https://github.com/AladW/aurutils
|
||||||
arch = any
|
arch = any
|
||||||
|
@ -19,8 +19,8 @@ pkgbase = aurutils
|
||||||
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 = https://github.com/AladW/aurutils/archive/1.2.0.tar.gz
|
source = https://github.com/AladW/aurutils/archive/1.2.1.tar.gz
|
||||||
sha256sums = fb530fa9c952467b6e6eeacc5f365ac1c9f96a12935b2a4ff86aa5ec7651e1d4
|
sha256sums = 2c420f3735895beb3460fa0d36260c2194f9ac38a0700c50dd5497959c34f4ac
|
||||||
|
|
||||||
pkgname = aurutils
|
pkgname = aurutils
|
||||||
|
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -1,12 +1,12 @@
|
||||||
pkgname=aurutils
|
pkgname=aurutils
|
||||||
pkgver=1.2.0
|
pkgver=1.2.1
|
||||||
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')
|
||||||
source=("$url/archive/$pkgver.tar.gz")
|
source=("$url/archive/$pkgver.tar.gz")
|
||||||
sha256sums=('fb530fa9c952467b6e6eeacc5f365ac1c9f96a12935b2a4ff86aa5ec7651e1d4')
|
sha256sums=('2c420f3735895beb3460fa0d36260c2194f9ac38a0700c50dd5497959c34f4ac')
|
||||||
depends=('pacman>=5' 'expac>=7' 'aria2>=1.23' 'git' 'jshon'
|
depends=('pacman>=5' 'expac>=7' 'aria2>=1.23' 'git' 'jshon'
|
||||||
'repose' 'pacutils')
|
'repose' 'pacutils')
|
||||||
checkdepends=('shellcheck')
|
checkdepends=('shellcheck')
|
||||||
|
|
Loading…
Reference in a new issue