summaryrefslogtreecommitdiff
path: root/libre/libretools
diff options
context:
space:
mode:
Diffstat (limited to 'libre/libretools')
-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')