summaryrefslogtreecommitdiff
path: root/libre
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-01-17 21:45:46 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-01-17 21:45:46 -0500
commit0fb83f5f9c2569b0598e9811f5d9faaaa0e95f8b (patch)
tree29414e6f925616809e6fa1b00f51697354a04a9e /libre
parentc3064e4ce467fb697808a5499b8c8cf6617cf36a (diff)
downloadabslibre-0fb83f5f9c2569b0598e9811f5d9faaaa0e95f8b.tar.gz
abslibre-0fb83f5f9c2569b0598e9811f5d9faaaa0e95f8b.tar.bz2
abslibre-0fb83f5f9c2569b0598e9811f5d9faaaa0e95f8b.zip
update libre/libretools
Diffstat (limited to 'libre')
-rw-r--r--libre/libretools/PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/libre/libretools/PKGBUILD b/libre/libretools/PKGBUILD
index a5d718ad1..9ed86aa03 100644
--- a/libre/libretools/PKGBUILD
+++ b/libre/libretools/PKGBUILD
@@ -4,15 +4,16 @@
pkgbase=libretools
pkgname=(libretools libretools-mips64el)
-pkgver=20121209
+pkgver=20130117
pkgdesc="Programs for Parabola development"
url="https://projects.parabolagnulinux.org/libretools.git/"
license=('GPL3+' 'GPL2')
-pkgrel=1
+pkgrel=2
arch=('any')
groups=(base-devel)
-depends=(openssh rsync git wget 'chroottools>=20121202' tokyocabinet)
+depends=(openssh rsync git wget tokyocabinet)
+conflicts=(chroottools)
source=(https://projects.parabolagnulinux.org/$pkgbase.git/snapshot/$pkgbase-$pkgver.tar)
build() {
@@ -21,7 +22,7 @@ build() {
}
package_libretools() {
- backup=(etc/libretools.conf)
+ backup=(etc/libretools.conf etc/libretools.d/chroot.conf)
install=libretools.install
cd "$srcdir/$pkgbase-$pkgver"
@@ -37,4 +38,4 @@ package_libretools-mips64el() {
make install-libretools-mips64el DESTDIR="$pkgdir"
}
-md5sums=('0a9bea328886b7745a513fa322f16d88')
+md5sums=('77dcfb2fbf5b8a9894a13c5e6151b693')