From 45da8645c9941b0d94e9a72339833756964d6a8e Mon Sep 17 00:00:00 2001 From: Alad Wenter Date: Tue, 26 Jul 2016 12:58:17 +0200 Subject: [PATCH] Update to 1.2.2 --- .SRCINFO | 8 ++++---- PKGBUILD | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index ed66e3e..a80ca88 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,8 +1,8 @@ # Generated by mksrcinfo v8 -# Fri Jul 22 22:13:01 UTC 2016 +# Tue Jul 26 10:58:17 UTC 2016 pkgbase = aurutils pkgdesc = helper tools for the arch user repository - pkgver = 1.2.1 + pkgver = 1.2.2 pkgrel = 1 url = https://github.com/AladW/aurutils arch = any @@ -19,8 +19,8 @@ pkgbase = aurutils optdepends = devtools: build in an nspawn container optdepends = vifm: improved build file interaction optdepends = datamash: check tsort input - source = https://github.com/AladW/aurutils/archive/1.2.1.tar.gz - sha256sums = 2c420f3735895beb3460fa0d36260c2194f9ac38a0700c50dd5497959c34f4ac + source = https://github.com/AladW/aurutils/archive/1.2.2.tar.gz + sha256sums = 0208eb199d32d703bb932203079299c6bf27cc36515673306bf54e63b97cf896 pkgname = aurutils diff --git a/PKGBUILD b/PKGBUILD index 9f76184..3cdcf93 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,12 +1,12 @@ pkgname=aurutils -pkgver=1.2.1 +pkgver=1.2.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=('2c420f3735895beb3460fa0d36260c2194f9ac38a0700c50dd5497959c34f4ac') +sha256sums=('0208eb199d32d703bb932203079299c6bf27cc36515673306bf54e63b97cf896') depends=('pacman>=5' 'expac>=7' 'aria2>=1.23' 'git' 'jshon' 'repose' 'pacutils') checkdepends=('shellcheck')