summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-10-30 23:39:50 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-10-30 23:39:50 -0400
commit090a328c27b61211a75a4cce8b3a1d9b404ce221 (patch)
tree1d199ef5decb476647c54f29921acc1957a88324 /java
parent086fd108ab84927d964c6bc3bda012a905d778f4 (diff)
update java/jh
Diffstat (limited to 'java')
-rw-r--r--java/jh/PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/java/jh/PKGBUILD b/java/jh/PKGBUILD
index 5382cb0e5..e8a59f9c4 100644
--- a/java/jh/PKGBUILD
+++ b/java/jh/PKGBUILD
@@ -1,14 +1,16 @@
# Maintainer: Luke Shumaker <lukeshu@sbcglobal.net>
pkgname=jh
-pkgver=0.3.2
+pkgver=0.3.3
pkgdesc="Java helpers for PKGBUILDs"
url="https://gitorious.org/parabola/jh"
license=('Public Domain')
pkgrel=1
arch=(any)
-depends=(xmlstarlet maven)
+depends=(xmlstarlet)
+makedepends=('pacman>4.0.3')
+optdepends=("maven: for configurable maven local repository location")
source=("git://gitorious.org/parabola/jh.git#tag=v$pkgver")
build() {