From 920ce0059e272dd786334012a85b9cc372e08cd9 Mon Sep 17 00:00:00 2001 From: Alad Wenter Date: Mon, 28 Mar 2016 01:24:02 +0200 Subject: [PATCH] new release --- .SRCINFO | 8 ++++---- PKGBUILD | 12 ++++++------ 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 75e6a90..b1159c8 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,8 +1,8 @@ # Generated by mksrcinfo v8 -# Sun Mar 27 02:51:58 UTC 2016 +# Sun Mar 27 23:23:59 UTC 2016 pkgbase = aurutils pkgdesc = helper tools for the aur - pkgver = 0.2.0 + pkgver = 0.2.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.2.0.tar.gz - md5sums = 4d551a54a9544c379ac4aa66f2376157 + source = https://github.com/AladW/aurutils/archive/0.2.1.tar.gz + md5sums = fa27ab006516438f6ce81499812f5f7d pkgname = aurutils diff --git a/PKGBUILD b/PKGBUILD index f3c7d94..cd914bb 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,11 +1,12 @@ pkgname=aurutils -pkgver=0.2.0 +pkgver=0.2.1 pkgrel=1 pkgdesc='helper tools for the aur' arch=('any') -url='https://github.com/AladW/aurutils' +url=https://github.com/AladW/aurutils license=('ISC') -source=("$url/archive/$pkgver.tar.gz") +source=("https://github.com/AladW/aurutils/archive/$pkgver.tar.gz") +md5sums=('fa27ab006516438f6ce81499812f5f7d') depends=('pacman>=5.0' 'git' 'repose-git' 'jshon' 'pacutils-git' 'expac' 'aria2') checkdepends=('shellcheck') makedepends=('git') @@ -13,12 +14,12 @@ optdepends=('devtools: aurbuild -c' 'vifm: improved build file interaction') check() { - cd "$pkgname-$pkgver" + cd aurutils shellcheck -e 2016,2174 -x ./aur* repofind } package() { - cd "$pkgname-$pkgver" + cd aurutils install -d "$pkgdir"/usr/{bin,share{/licenses,/doc}/aurutils} install -m755 ./aur* repofind "$pkgdir"/usr/bin/ @@ -26,4 +27,3 @@ package() { install -m644 CREDITS doc/* "$pkgdir"/usr/share/doc/aurutils/ } -md5sums=('4d551a54a9544c379ac4aa66f2376157')