From 2491b1473e160400fd92fbcf8bddb74193fb7545 Mon Sep 17 00:00:00 2001 From: Alad Wenter Date: Thu, 14 Apr 2016 10:54:55 +0200 Subject: [PATCH] bump 0.6.2 --- .SRCINFO | 8 ++++---- PKGBUILD | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 938203b..7ae7ad0 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,8 +1,8 @@ # Generated by mksrcinfo v8 -# Tue Apr 12 14:29:06 UTC 2016 +# Thu Apr 14 08:54:48 UTC 2016 pkgbase = aurutils pkgdesc = helper tools for the arch user repository - pkgver = 0.6.1 + pkgver = 0.6.2 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.1.tar.gz - md5sums = 42696550f838ac485617a0731f07d3c9 + source = https://github.com/AladW/aurutils/archive/0.6.2.tar.gz + md5sums = 6a2c8724e689aae4bb9fa750dcee1d6f pkgname = aurutils diff --git a/PKGBUILD b/PKGBUILD index 1ec4e4a..c487713 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,12 +1,12 @@ pkgname=aurutils -pkgver=0.6.1 +pkgver=0.6.2 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=('dbb295d71e99e947856688b013cafb51') +md5sums=('6a2c8724e689aae4bb9fa750dcee1d6f') depends=('pacman>=5.0' 'git' 'repose' 'jshon' 'pacutils' 'expac' 'aria2' 'datamash') checkdepends=('shellcheck') makedepends=('git')