This commit is contained in:
Alad Wenter 2016-03-27 04:51:59 +02:00
parent 4c9bca8769
commit 026c738602
2 changed files with 9 additions and 9 deletions

View file

@ -1,8 +1,8 @@
# Generated by mksrcinfo v8 # Generated by mksrcinfo v8
# Sat Mar 26 19:21:25 UTC 2016 # Sun Mar 27 02:51:58 UTC 2016
pkgbase = aurutils pkgbase = aurutils
pkgdesc = helper tools for the aur pkgdesc = helper tools for the aur
pkgver = 0.1.0 pkgver = 0.2.0
pkgrel = 1 pkgrel = 1
url = https://github.com/AladW/aurutils url = https://github.com/AladW/aurutils
arch = any arch = any
@ -18,8 +18,8 @@ pkgbase = aurutils
depends = aria2 depends = aria2
optdepends = devtools: aurbuild -c optdepends = devtools: aurbuild -c
optdepends = vifm: improved build file interaction optdepends = vifm: improved build file interaction
source = https://github.com/AladW/aurutils/archive/0.1.0.tar.gz source = https://github.com/AladW/aurutils/archive/0.2.0.tar.gz
md5sums = 5e1274effc335aa81d06696d47ad0df2 md5sums = 4d551a54a9544c379ac4aa66f2376157
pkgname = aurutils pkgname = aurutils

View file

@ -1,11 +1,11 @@
pkgname=aurutils pkgname=aurutils
pkgver=0.1.0 pkgver=0.2.0
pkgrel=1 pkgrel=1
pkgdesc='helper tools for the aur' pkgdesc='helper tools for the aur'
arch=('any') arch=('any')
url='https://github.com/AladW/aurutils' url='https://github.com/AladW/aurutils'
license=('ISC') 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') depends=('pacman>=5.0' 'git' 'repose-git' 'jshon' 'pacutils-git' 'expac' 'aria2')
checkdepends=('shellcheck') checkdepends=('shellcheck')
makedepends=('git') makedepends=('git')
@ -13,12 +13,12 @@ optdepends=('devtools: aurbuild -c'
'vifm: improved build file interaction') 'vifm: improved build file interaction')
check() { check() {
cd aurutils cd "$pkgname-$pkgver"
shellcheck -e 2016,2174 -x ./aur* repofind shellcheck -e 2016,2174 -x ./aur* repofind
} }
package() { package() {
cd aurutils cd "$pkgname-$pkgver"
install -d "$pkgdir"/usr/{bin,share{/licenses,/doc}/aurutils} install -d "$pkgdir"/usr/{bin,share{/licenses,/doc}/aurutils}
install -m755 ./aur* repofind "$pkgdir"/usr/bin/ install -m755 ./aur* repofind "$pkgdir"/usr/bin/
@ -26,4 +26,4 @@ package() {
install -m644 CREDITS doc/* "$pkgdir"/usr/share/doc/aurutils/ install -m644 CREDITS doc/* "$pkgdir"/usr/share/doc/aurutils/
} }
md5sums=('5e1274effc335aa81d06696d47ad0df2') md5sums=('4d551a54a9544c379ac4aa66f2376157')