summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlad Wenter2016-03-28 01:24:02 +0200
committerAlad Wenter2016-03-28 01:24:02 +0200
commit920ce0059e272dd786334012a85b9cc372e08cd9 (patch)
tree7127dd3c6428afbc4c49bf0c899601f14a3a501c
parent026c7386026e86c477778f3c7242331f1cef4930 (diff)
downloadaur-920ce0059e272dd786334012a85b9cc372e08cd9.tar.gz
new release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 75e6a901c8e1..b1159c81175b 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 f3c7d941f0e0..cd914bbc74a8 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')