summaryrefslogtreecommitdiff
path: root/libre
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-11-28 22:17:38 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-11-28 22:17:38 -0500
commit12aa7037abf5c2c3ccae621a6f53f86360e74dc7 (patch)
treeb4f15f836afed0cef081e3d0a307e4babc3665fd /libre
parentdfe13d15585eb6a53af45de6415068b8416a07ad (diff)
update libre/{libre,chroot}tools
Diffstat (limited to 'libre')
-rw-r--r--libre/chroottools/PKGBUILD12
-rw-r--r--libre/libretools/PKGBUILD6
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 <lukeshu@sbcglobal.net>
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')