From ab85bf4aa495ed44e1858896b0547eb206d8bcc1 Mon Sep 17 00:00:00 2001 From: Alad Wenter Date: Sun, 3 Apr 2016 04:38:33 +0200 Subject: [PATCH] bump 0.3.1 --- .SRCINFO | 8 ++++---- PKGBUILD | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index cfe6f50..d09e70f 100644 --- a/.SRCINFO +++ b/.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 diff --git a/PKGBUILD b/PKGBUILD index 41e1261..165c048 100644 --- a/PKGBUILD +++ b/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')