bump
This commit is contained in:
parent
4c9bca8769
commit
026c738602
2 changed files with 9 additions and 9 deletions
8
.SRCINFO
8
.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
|
||||
|
||||
|
|
10
PKGBUILD
10
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')
|
||||
|
|
Loading…
Reference in a new issue