0.2.2 update
This commit is contained in:
parent
f166c24a36
commit
7f40580f83
2 changed files with 8 additions and 8 deletions
8
.SRCINFO
8
.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
|
||||
|
||||
|
|
8
PKGBUILD
8
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/
|
||||
|
|
Loading…
Reference in a new issue