bump to 0.3.0
This commit is contained in:
parent
1fbc8145e6
commit
0aff5cdbb2
2 changed files with 8 additions and 8 deletions
10
.SRCINFO
10
.SRCINFO
|
@ -1,9 +1,9 @@
|
|||
# Generated by mksrcinfo v8
|
||||
# Thu Mar 31 02:35:26 UTC 2016
|
||||
# Fri Apr 1 02:53:57 UTC 2016
|
||||
pkgbase = aurutils
|
||||
pkgdesc = helper tools for the aur
|
||||
pkgver = 0.2.2
|
||||
pkgrel = 2
|
||||
pkgver = 0.3.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/AladW/aurutils
|
||||
arch = any
|
||||
license = ISC
|
||||
|
@ -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.2.2.tar.gz
|
||||
md5sums = 379d357be6d57ddf455729d3643196c8
|
||||
source = https://github.com/AladW/aurutils/archive/0.3.0.tar.gz
|
||||
md5sums = 6c24da309b25bc06cb2901059cc75817
|
||||
|
||||
pkgname = aurutils
|
||||
|
||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -1,12 +1,12 @@
|
|||
pkgname=aurutils
|
||||
pkgver=0.2.2
|
||||
pkgrel=2
|
||||
pkgver=0.3.0
|
||||
pkgrel=1
|
||||
pkgdesc='helper tools for the aur'
|
||||
arch=('any')
|
||||
url=https://github.com/AladW/aurutils
|
||||
license=('ISC')
|
||||
source=("https://github.com/AladW/aurutils/archive/$pkgver.tar.gz")
|
||||
md5sums=('379d357be6d57ddf455729d3643196c8')
|
||||
md5sums=('6c24da309b25bc06cb2901059cc75817')
|
||||
depends=('pacman>=5.0' 'git' 'repose' 'jshon' 'pacutils' 'expac' 'aria2')
|
||||
checkdepends=('shellcheck')
|
||||
makedepends=('git')
|
||||
|
|
Loading…
Reference in a new issue