From ac6da5c033fd88c53f44956a82fa845db5f8a67b Mon Sep 17 00:00:00 2001 From: Alad Wenter Date: Sun, 17 Apr 2016 14:22:19 +0200 Subject: [PATCH] bump 0.6.3 --- .SRCINFO | 8 ++++---- PKGBUILD | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 7ae7ad0..2b7b383 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,8 +1,8 @@ # Generated by mksrcinfo v8 -# Thu Apr 14 08:54:48 UTC 2016 +# Sun Apr 17 12:22:14 UTC 2016 pkgbase = aurutils pkgdesc = helper tools for the arch user repository - pkgver = 0.6.2 + pkgver = 0.6.3 pkgrel = 1 url = https://github.com/AladW/aurutils arch = any @@ -19,8 +19,8 @@ pkgbase = aurutils depends = datamash optdepends = devtools: aurbuild -c optdepends = vifm: improved build file interaction - source = https://github.com/AladW/aurutils/archive/0.6.2.tar.gz - md5sums = 6a2c8724e689aae4bb9fa750dcee1d6f + source = https://github.com/AladW/aurutils/archive/0.6.3.tar.gz + md5sums = 90ae56d2739c8957901b062c4b84e6ed pkgname = aurutils diff --git a/PKGBUILD b/PKGBUILD index c487713..c69e0d6 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,12 +1,12 @@ pkgname=aurutils -pkgver=0.6.2 +pkgver=0.6.3 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=('6a2c8724e689aae4bb9fa750dcee1d6f') +md5sums=('90ae56d2739c8957901b062c4b84e6ed') depends=('pacman>=5.0' 'git' 'repose' 'jshon' 'pacutils' 'expac' 'aria2' 'datamash') checkdepends=('shellcheck') makedepends=('git')