summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlad Wenter2016-03-31 04:16:30 +0200
committerAlad Wenter2016-03-31 04:16:30 +0200
commit7f40580f83dc24059940bb8f277faabc75517015 (patch)
treecdc24ae8bc618e91c000223c07c5d0e579fd0b85
parentf166c24a36e92ce67f04522af7050edcd3b46897 (diff)
downloadaur-7f40580f83dc24059940bb8f277faabc75517015.tar.gz
0.2.2 update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0cff5501eab4..69b4b6e0b30c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Mar 28 14:46:20 UTC 2016
+# Thu Mar 31 02:16:25 UTC 2016
pkgbase = aurutils
pkgdesc = helper tools for the aur
- pkgver = 0.2.1
+ pkgver = 0.2.2
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.1.tar.gz
- md5sums = e7530dcf300b13a2a34754e43ce0395d
+ source = https://github.com/AladW/aurutils/archive/0.2.2.tar.gz
+ md5sums = 379d357be6d57ddf455729d3643196c8
pkgname = aurutils
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/