bump 1.0.2

This commit is contained in:
Alad Wenter 2016-06-10 03:08:13 +02:00
parent 80bbb18471
commit 286b40262b
2 changed files with 6 additions and 6 deletions

View file

@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
# Sat May 28 05:12:27 UTC 2016
# Fri Jun 10 01:08:13 UTC 2016
pkgbase = aurutils
pkgdesc = helper tools for the arch user repository
pkgver = 1.0.1
pkgver = 1.0.2
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/1.0.1.tar.gz
sha256sums = d11cfb88d33489eb69b504613758011017376953bbabe0a594ea3c20fcb8d70e
source = https://github.com/AladW/aurutils/archive/1.0.2.tar.gz
sha256sums = 4448879245aa64dec67106a005b2f618fef8ce2931a4981ca62bed571a531382
pkgname = aurutils

View file

@ -1,12 +1,12 @@
pkgname=aurutils
pkgver=1.0.1
pkgver=1.0.2
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=('d11cfb88d33489eb69b504613758011017376953bbabe0a594ea3c20fcb8d70e')
sha256sums=('4448879245aa64dec67106a005b2f618fef8ce2931a4981ca62bed571a531382')
depends=('pacman>=5' 'expac>=7' 'aria2>=1.23' 'git' 'jshon'
'repose' 'pacutils' 'datamash')
checkdepends=('shellcheck')