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