From fad15d6bc2c5fade27b9020f712136e5be70ebd8 Mon Sep 17 00:00:00 2001 From: Alad Wenter Date: Fri, 22 Jul 2016 02:14:45 +0200 Subject: [PATCH] Update to 1.2.0 --- .SRCINFO | 8 ++++---- PKGBUILD | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index e300b1a..455fed0 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,8 +1,8 @@ # Generated by mksrcinfo v8 -# Sat Jul 9 11:27:52 UTC 2016 +# Fri Jul 22 00:14:45 UTC 2016 pkgbase = aurutils pkgdesc = helper tools for the arch user repository - pkgver = 1.1.2 + pkgver = 1.2.0 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.1.2.tar.gz - sha256sums = 076edd83cb0153bb498bb29839102c578f0e8f36b839815867586fb89a131c65 + source = https://github.com/AladW/aurutils/archive/1.2.0.tar.gz + sha256sums = fb530fa9c952467b6e6eeacc5f365ac1c9f96a12935b2a4ff86aa5ec7651e1d4 pkgname = aurutils diff --git a/PKGBUILD b/PKGBUILD index 20429af..0707bf9 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,12 +1,12 @@ pkgname=aurutils -pkgver=1.1.2 +pkgver=1.2.0 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=('076edd83cb0153bb498bb29839102c578f0e8f36b839815867586fb89a131c65') +sha256sums=('fb530fa9c952467b6e6eeacc5f365ac1c9f96a12935b2a4ff86aa5ec7651e1d4') depends=('pacman>=5' 'expac>=7' 'aria2>=1.23' 'git' 'jshon' 'repose' 'pacutils') checkdepends=('shellcheck')