diff options
-rw-r--r-- | libre/jh/PKGBUILD (renamed from java/jh/PKGBUILD) | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/java/jh/PKGBUILD b/libre/jh/PKGBUILD index 5638adbce..1604b849e 100644 --- a/java/jh/PKGBUILD +++ b/libre/jh/PKGBUILD @@ -1,15 +1,20 @@ # Maintainer: Luke Shumaker <lukeshu@sbcglobal.net> pkgname=jh -pkgver=0.5.1 +pkgver=0.5.2 pkgdesc="Java helpers for PKGBUILDs" url="https://projects.parabolagnulinux.org/packages/jh.git/" license=('custom:WTFPL') pkgrel=1 arch=(any) -optdepends=("maven: for configurable maven local repository location") +optdepends=( + "maven: for configurable maven local repository location" + "librelib: for human readable output from jh checksource" +) + source=("https://projects.parabolagnulinux.org/packages/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.bz2") +md5sums=('498fadbf2dffc91c53c9ebe29f8ba8a9') build() { cd "$srcdir/$pkgname-$pkgver" @@ -23,5 +28,3 @@ package() { make install DESTDIR="$pkgdir" install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING } - -md5sums=('051d39c5dac14e86b755bab9ec1d0d5d') |