diff options
-rw-r--r-- | java/jh/PKGBUILD | 19 | ||||
-rw-r--r-- | libre-testing/libretools/PKGBUILD | 8 |
2 files changed, 14 insertions, 13 deletions
diff --git a/java/jh/PKGBUILD b/java/jh/PKGBUILD index e8a59f9c4..3f01ed7d0 100644 --- a/java/jh/PKGBUILD +++ b/java/jh/PKGBUILD @@ -1,26 +1,27 @@ # Maintainer: Luke Shumaker <lukeshu@sbcglobal.net> pkgname=jh -pkgver=0.3.3 +pkgver=0.4 pkgdesc="Java helpers for PKGBUILDs" -url="https://gitorious.org/parabola/jh" -license=('Public Domain') +url="https://projects.parabolagnulinux.org/packages/jh.git/" +license=('custom:WTFPL') pkgrel=1 arch=(any) -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") +source=("https://projects.parabolagnulinux.org/packages/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.bz2") build() { - cd "$srcdir/$pkgname" + cd "$srcdir/$pkgname-$pkgver" make } package() { - cd "$srcdir/$pkgname" + depends=(xmlstarlet) + + cd "$srcdir/$pkgname-$pkgver" make install DESTDIR="$pkgdir" + install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING } -md5sums=('SKIP') +md5sums=('8982b5a25a802e6004a0c20f96a1f185') diff --git a/libre-testing/libretools/PKGBUILD b/libre-testing/libretools/PKGBUILD index 4974e0dad..a5fb16636 100644 --- a/libre-testing/libretools/PKGBUILD +++ b/libre-testing/libretools/PKGBUILD @@ -6,10 +6,10 @@ pkgbase=libretools pkgname=(libretools libretools-mips64el) pkgdesc="Programs for Parabola development" url="https://projects.parabolagnulinux.org/packages/libretools.git/" -license=('GPL3+' 'GPL2') +license=('GPL3' 'GPL2') -pkgver=20130507 -_libretools_commit=4ce4e426012375a9b44df012a143139645880c0d +pkgver=20130513 +_libretools_commit=222e615f45279b5315af5148a5cbbca5988078a4 _devtools_commit=a1a79ff77bb19166bd5631953a71e3d3222e5f1c _packages_url=https://projects.parabolagnulinux.org/packages @@ -57,5 +57,5 @@ package_libretools-mips64el() { make install-libretools-mips64el DESTDIR="$pkgdir" } -md5sums=('84fc56b35cca1a05a434d31218dbb891' +md5sums=('76dc15b5c61f7220a1e64a2d836a2aeb' 'c5cd04723119762701db766cb8f6e5ef') |