summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlad Wenter2016-03-31 04:16:30 +0200
committerAlad Wenter2016-03-31 04:16:30 +0200
commit7f40580f83dc24059940bb8f277faabc75517015 (patch)
treecdc24ae8bc618e91c000223c07c5d0e579fd0b85 /PKGBUILD
parentf166c24a36e92ce67f04522af7050edcd3b46897 (diff)
downloadaur-7f40580f83dc24059940bb8f277faabc75517015.tar.gz
0.2.2 update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6e1ac11d610c..b2b9b439d386 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=aurutils
-pkgver=0.2.1
+pkgver=0.2.2
pkgrel=1
pkgdesc='helper tools for the aur'
arch=('any')
url=https://github.com/AladW/aurutils
license=('ISC')
source=("https://github.com/AladW/aurutils/archive/$pkgver.tar.gz")
-md5sums=('e7530dcf300b13a2a34754e43ce0395d')
+md5sums=('379d357be6d57ddf455729d3643196c8')
depends=('pacman>=5.0' 'git' 'repose-git' 'jshon' 'pacutils-git' 'expac' 'aria2')
checkdepends=('shellcheck')
makedepends=('git')
@@ -14,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/