diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-11-28 15:46:31 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-11-28 15:46:31 -0500 |
commit | 12f5a522133422c59df5328331e22af1eaf32935 (patch) | |
tree | 427d65779870e7ff15f5e716202d4b0089259c1b /libre | |
parent | 88a90373fe97bcd3fbe1052e9d11bcaac235f7fb (diff) |
bump libre/libretools
Diffstat (limited to 'libre')
-rw-r--r-- | libre/libretools/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/libre/libretools/PKGBUILD b/libre/libretools/PKGBUILD index bd1d8e59f..9217b4d02 100644 --- a/libre/libretools/PKGBUILD +++ b/libre/libretools/PKGBUILD @@ -4,15 +4,16 @@ pkgbase=libretools pkgname=(libretools libretools-pr libretools-mips64el) -pkgver=20121113 -pkgdesc="Scripts for Parabola development" +pkgver=20121128 +pkgdesc="Programs for Parabola development" url="https://projects.parabolagnulinux.org/libretools.git/" license=('GPL3+') pkgrel=1 arch=('any') -depends=(openssh rsync git wget devtools tokyocabinet) -source=(https://projects.parabolagnulinux.org/$pkgbase.git/snapshot/$pkgbase-$pkgver.tar.bz2) +groups=(base-devel) +depends=(openssh rsync git wget chroottools tokyocabinet) +source=(https://projects.parabolagnulinux.org/$pkgbase.git/snapshot/$pkgbase-$pkgver.tar) build() { cd "$srcdir/$pkgbase-$pkgver" @@ -44,4 +45,4 @@ package_libretools-mips64el() { make install-libretools-mips64el DESTDIR="$pkgdir" } -md5sums=('966fb9828f55f58e2aa974065e726621') +md5sums=('4c730066c2152f929ca63424019b165a') |