Update to 1.1.1
This commit is contained in:
parent
241cb7b86c
commit
1d23f9efc1
2 changed files with 6 additions and 6 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -1,8 +1,8 @@
|
|||
# Generated by mksrcinfo v8
|
||||
# Wed Jun 29 15:01:05 UTC 2016
|
||||
# Sun Jul 3 19:19:40 UTC 2016
|
||||
pkgbase = aurutils
|
||||
pkgdesc = helper tools for the arch user repository
|
||||
pkgver = 1.1.0
|
||||
pkgver = 1.1.1
|
||||
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.1.0.tar.gz
|
||||
sha256sums = 4448879245aa64dec67106a005b2f618fef8ce2931a4981ca62bed571a531382
|
||||
source = https://github.com/AladW/aurutils/archive/1.1.1.tar.gz
|
||||
sha256sums = 0c1da27a6fbf983dc0a352e8fea42a0a7a9f568896ff73f78320c2455c1c2ef1
|
||||
|
||||
pkgname = aurutils
|
||||
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -1,12 +1,12 @@
|
|||
pkgname=aurutils
|
||||
pkgver=1.1.0
|
||||
pkgver=1.1.1
|
||||
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=('cdfec422c7f30a74d1d27d8ad8a5af410c9d97969d3bd9cd3b902e186d98d663')
|
||||
sha256sums=('0c1da27a6fbf983dc0a352e8fea42a0a7a9f568896ff73f78320c2455c1c2ef1')
|
||||
depends=('pacman>=5' 'expac>=7' 'aria2>=1.23' 'git' 'jshon'
|
||||
'repose' 'pacutils')
|
||||
checkdepends=('shellcheck')
|
||||
|
|
Loading…
Reference in a new issue