From 12aa7037abf5c2c3ccae621a6f53f86360e74dc7 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 28 Nov 2012 22:17:38 -0500 Subject: update libre/{libre,chroot}tools --- libre/chroottools/PKGBUILD | 12 ++++-------- libre/libretools/PKGBUILD | 6 +++--- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/libre/chroottools/PKGBUILD b/libre/chroottools/PKGBUILD index d48b9015b..049f33286 100644 --- a/libre/chroottools/PKGBUILD +++ b/libre/chroottools/PKGBUILD @@ -1,21 +1,17 @@ # Maintainer: Luke Shumaker pkgname=chroottools -pkgver=20121128.1 +pkgver=20121128.6 pkgdesc='Chroot tools for Arch and Parabola package maintainers' url='http://projects.parabolagnulinux.org/packages/chroottools.git/' license=('GPL') -replaces=(devtools) -provides=(devtools) -conflicts=(devtools) - pkgrel=1 arch=('any') +conflicts=(devtools) depends=( 'arch-install-scripts' # for pacstrap, used to make chroots - 'curl' - 'namcap' # to check packages made by makechrootpkg + 'curl' # used by checkpkg ) source=("https://projects.parabolagnulinux.org/packages/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar") @@ -29,4 +25,4 @@ package() { make PREFIX=/usr DESTDIR=${pkgdir} install } -md5sums=('8f9b36b50466a278e02e29f0ca06d267') +md5sums=('32f0cc7fe772a946d8184125011154e1') diff --git a/libre/libretools/PKGBUILD b/libre/libretools/PKGBUILD index 9217b4d02..01d835b1a 100644 --- a/libre/libretools/PKGBUILD +++ b/libre/libretools/PKGBUILD @@ -4,10 +4,10 @@ pkgbase=libretools pkgname=(libretools libretools-pr libretools-mips64el) -pkgver=20121128 +pkgver=20121128.3 pkgdesc="Programs for Parabola development" url="https://projects.parabolagnulinux.org/libretools.git/" -license=('GPL3+') +license=('GPL3+' 'GPL2') pkgrel=1 arch=('any') @@ -45,4 +45,4 @@ package_libretools-mips64el() { make install-libretools-mips64el DESTDIR="$pkgdir" } -md5sums=('4c730066c2152f929ca63424019b165a') +md5sums=('510f69ff043095b60f8a23ee28fd0a16') -- cgit v1.2.3-2-g168b