diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-11-28 15:46:53 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-11-28 15:46:53 -0500 |
commit | aaa3e32882eb2fa64659e84166ac1d02377a6600 (patch) | |
tree | 829c07675b10ca0ba9417eff27416e9d21ea10d8 /libre/chroottools | |
parent | 12f5a522133422c59df5328331e22af1eaf32935 (diff) | |
download | abslibre-aaa3e32882eb2fa64659e84166ac1d02377a6600.tar.gz abslibre-aaa3e32882eb2fa64659e84166ac1d02377a6600.tar.bz2 abslibre-aaa3e32882eb2fa64659e84166ac1d02377a6600.zip |
bump libre/chroottools
Diffstat (limited to 'libre/chroottools')
-rw-r--r-- | libre/chroottools/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/libre/chroottools/PKGBUILD b/libre/chroottools/PKGBUILD index 74300eaec..d48b9015b 100644 --- a/libre/chroottools/PKGBUILD +++ b/libre/chroottools/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Luke Shumaker <lukeshu@sbcglobal.net> pkgname=chroottools -pkgver=20121127 +pkgver=20121128.1 pkgdesc='Chroot tools for Arch and Parabola package maintainers' url='http://projects.parabolagnulinux.org/packages/chroottools.git/' license=('GPL') @@ -13,10 +13,11 @@ conflicts=(devtools) pkgrel=1 arch=('any') depends=( - 'namcap' # to check packages made by makechrootpkg 'arch-install-scripts' # for pacstrap, used to make chroots + 'curl' + 'namcap' # to check packages made by makechrootpkg ) -source=("https://projects.parabolagnulinux.org/packages/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.bz2") +source=("https://projects.parabolagnulinux.org/packages/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar") build() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -28,4 +29,4 @@ package() { make PREFIX=/usr DESTDIR=${pkgdir} install } -md5sums=('d80421f0bbc03feb56a77d8fa39c7c99') +md5sums=('8f9b36b50466a278e02e29f0ca06d267') |