Update to 1.2.3
This commit is contained in:
parent
45da8645c9
commit
987fb0cfe9
2 changed files with 6 additions and 6 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -1,8 +1,8 @@
|
|||
# Generated by mksrcinfo v8
|
||||
# Tue Jul 26 10:58:17 UTC 2016
|
||||
# Thu Jul 28 15:34:39 UTC 2016
|
||||
pkgbase = aurutils
|
||||
pkgdesc = helper tools for the arch user repository
|
||||
pkgver = 1.2.2
|
||||
pkgver = 1.2.3
|
||||
pkgrel = 1
|
||||
url = https://github.com/AladW/aurutils
|
||||
arch = any
|
||||
|
@ -19,8 +19,8 @@ pkgbase = aurutils
|
|||
optdepends = devtools: build in an nspawn container
|
||||
optdepends = vifm: improved build file interaction
|
||||
optdepends = datamash: check tsort input
|
||||
source = https://github.com/AladW/aurutils/archive/1.2.2.tar.gz
|
||||
sha256sums = 0208eb199d32d703bb932203079299c6bf27cc36515673306bf54e63b97cf896
|
||||
source = https://github.com/AladW/aurutils/archive/1.2.3.tar.gz
|
||||
sha256sums = 0d5b49ce5d36cbde33e710bf334a3820eee808d0355d3974cb3c46494efe7346
|
||||
|
||||
pkgname = aurutils
|
||||
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -1,12 +1,12 @@
|
|||
pkgname=aurutils
|
||||
pkgver=1.2.2
|
||||
pkgver=1.2.3
|
||||
pkgrel=1
|
||||
pkgdesc='helper tools for the arch user repository'
|
||||
arch=('any')
|
||||
url=https://github.com/AladW/aurutils
|
||||
license=('ISC')
|
||||
source=("$url/archive/$pkgver.tar.gz")
|
||||
sha256sums=('0208eb199d32d703bb932203079299c6bf27cc36515673306bf54e63b97cf896')
|
||||
sha256sums=('0d5b49ce5d36cbde33e710bf334a3820eee808d0355d3974cb3c46494efe7346')
|
||||
depends=('pacman>=5' 'expac>=7' 'aria2>=1.23' 'git' 'jshon'
|
||||
'repose' 'pacutils')
|
||||
checkdepends=('shellcheck')
|
||||
|
|
Loading…
Reference in a new issue