bump 1.0.0
This commit is contained in:
parent
5578e9f90d
commit
6947698cdb
2 changed files with 6 additions and 6 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -1,8 +1,8 @@
|
|||
# Generated by mksrcinfo v8
|
||||
# Sun May 15 23:56:04 UTC 2016
|
||||
# Wed May 18 11:02:55 UTC 2016
|
||||
pkgbase = aurutils
|
||||
pkgdesc = helper tools for the arch user repository
|
||||
pkgver = 0.9.1
|
||||
pkgver = 1.0.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/AladW/aurutils
|
||||
arch = any
|
||||
|
@ -19,8 +19,8 @@ pkgbase = aurutils
|
|||
depends = datamash
|
||||
optdepends = devtools: build in an nspawn container
|
||||
optdepends = vifm: improved build file interaction
|
||||
source = https://github.com/AladW/aurutils/archive/0.9.1.tar.gz
|
||||
sha256sums = 9bde7b37c18c12159d048c722e0df602e79faa2fdc75a069bc0be7eadf898201
|
||||
source = https://github.com/AladW/aurutils/archive/1.0.0.tar.gz
|
||||
sha256sums = 311e77a225cc063c4e1dabaab5f53e947734c2d39ca4157bcfe02011d29e5a79
|
||||
|
||||
pkgname = aurutils
|
||||
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -1,12 +1,12 @@
|
|||
pkgname=aurutils
|
||||
pkgver=0.9.1
|
||||
pkgver=1.0.0
|
||||
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=('9bde7b37c18c12159d048c722e0df602e79faa2fdc75a069bc0be7eadf898201')
|
||||
sha256sums=('311e77a225cc063c4e1dabaab5f53e947734c2d39ca4157bcfe02011d29e5a79')
|
||||
depends=('pacman>=5' 'expac>=7' 'aria2>=1.23' 'git' 'jshon'
|
||||
'repose' 'pacutils' 'datamash')
|
||||
checkdepends=('shellcheck')
|
||||
|
|
Loading…
Reference in a new issue