diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-12-09 17:00:18 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-12-09 17:00:18 -0500 |
commit | 918b51b44f8d1a299f7f0fbce1f58491804c9f80 (patch) | |
tree | 92de202fcfc6cae67c50c9d787ca7ad421096d07 /libre/chroottools | |
parent | 889356fb096ccf92488629067f8642969c91762f (diff) | |
download | abslibre-918b51b44f8d1a299f7f0fbce1f58491804c9f80.tar.gz abslibre-918b51b44f8d1a299f7f0fbce1f58491804c9f80.tar.bz2 abslibre-918b51b44f8d1a299f7f0fbce1f58491804c9f80.zip |
update libretools+chroottools
Diffstat (limited to 'libre/chroottools')
-rw-r--r-- | libre/chroottools/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/chroottools/PKGBUILD b/libre/chroottools/PKGBUILD index 049f33286..90e0e4fd0 100644 --- a/libre/chroottools/PKGBUILD +++ b/libre/chroottools/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Luke Shumaker <lukeshu@sbcglobal.net> pkgname=chroottools -pkgver=20121128.6 +pkgver=20121202 pkgdesc='Chroot tools for Arch and Parabola package maintainers' url='http://projects.parabolagnulinux.org/packages/chroottools.git/' license=('GPL') @@ -25,4 +25,4 @@ package() { make PREFIX=/usr DESTDIR=${pkgdir} install } -md5sums=('32f0cc7fe772a946d8184125011154e1') +md5sums=('68bb7fb792c55031ad68a970b65ab793') |