bump 0.3.1
This commit is contained in:
parent
cfa5e2a582
commit
ab85bf4aa4
2 changed files with 6 additions and 6 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -1,8 +1,8 @@
|
|||
# Generated by mksrcinfo v8
|
||||
# Fri Apr 1 02:57:04 UTC 2016
|
||||
# Sun Apr 3 02:38:31 UTC 2016
|
||||
pkgbase = aurutils
|
||||
pkgdesc = helper tools for the arch user repository
|
||||
pkgver = 0.3.0
|
||||
pkgver = 0.3.1
|
||||
pkgrel = 1
|
||||
url = https://github.com/AladW/aurutils
|
||||
arch = any
|
||||
|
@ -18,8 +18,8 @@ pkgbase = aurutils
|
|||
depends = aria2
|
||||
optdepends = devtools: aurbuild -c
|
||||
optdepends = vifm: improved build file interaction
|
||||
source = https://github.com/AladW/aurutils/archive/0.3.0.tar.gz
|
||||
md5sums = 6c24da309b25bc06cb2901059cc75817
|
||||
source = https://github.com/AladW/aurutils/archive/0.3.1.tar.gz
|
||||
md5sums = 0f053ea31962ce2c57302ca4f300868e
|
||||
|
||||
pkgname = aurutils
|
||||
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -1,12 +1,12 @@
|
|||
pkgname=aurutils
|
||||
pkgver=0.3.0
|
||||
pkgver=0.3.1
|
||||
pkgrel=1
|
||||
pkgdesc='helper tools for the arch user repository'
|
||||
arch=('any')
|
||||
url=https://github.com/AladW/aurutils
|
||||
license=('ISC')
|
||||
source=("https://github.com/AladW/aurutils/archive/$pkgver.tar.gz")
|
||||
md5sums=('6c24da309b25bc06cb2901059cc75817')
|
||||
md5sums=('0f053ea31962ce2c57302ca4f300868e')
|
||||
depends=('pacman>=5.0' 'git' 'repose' 'jshon' 'pacutils' 'expac' 'aria2')
|
||||
checkdepends=('shellcheck')
|
||||
makedepends=('git')
|
||||
|
|
Loading…
Reference in a new issue