bump 0.8.5
This commit is contained in:
parent
5cf8928342
commit
c54942b24e
2 changed files with 6 additions and 6 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -1,8 +1,8 @@
|
|||
# Generated by mksrcinfo v8
|
||||
# Tue May 3 09:56:22 UTC 2016
|
||||
# Wed May 4 15:09:24 UTC 2016
|
||||
pkgbase = aurutils
|
||||
pkgdesc = helper tools for the arch user repository
|
||||
pkgver = 0.8.4
|
||||
pkgver = 0.8.5
|
||||
pkgrel = 2
|
||||
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.8.4.tar.gz
|
||||
md5sums = e1d0033cc330e1901710c7970823a9f2
|
||||
source = https://github.com/AladW/aurutils/archive/0.8.5.tar.gz
|
||||
md5sums = 65eca72eeefe1ee2db1c56ff844273ea
|
||||
|
||||
pkgname = aurutils
|
||||
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -1,12 +1,12 @@
|
|||
pkgname=aurutils
|
||||
pkgver=0.8.4
|
||||
pkgver=0.8.5
|
||||
pkgrel=2
|
||||
pkgdesc='helper tools for the arch user repository'
|
||||
arch=('any')
|
||||
url=https://github.com/AladW/aurutils
|
||||
license=('ISC')
|
||||
source=("$url/archive/$pkgver.tar.gz")
|
||||
md5sums=('e1d0033cc330e1901710c7970823a9f2')
|
||||
md5sums=('65eca72eeefe1ee2db1c56ff844273ea')
|
||||
depends=('pacman>=5.0' 'git' 'jshon' 'expac' 'aria2'
|
||||
'repose' 'pacutils' 'datamash')
|
||||
checkdepends=('shellcheck')
|
||||
|
|
Loading…
Reference in a new issue