diff options
Diffstat (limited to 'extra/parted/PKGBUILD')
-rw-r--r-- | extra/parted/PKGBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/extra/parted/PKGBUILD b/extra/parted/PKGBUILD index a27cb8962..c0f64b0ab 100644 --- a/extra/parted/PKGBUILD +++ b/extra/parted/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 185834 2013-05-19 14:21:08Z giovanni $ +# $Id: PKGBUILD 198367 2013-10-30 14:26:16Z allan $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Aaron Griffin <aaron@archlinux.org> @@ -11,7 +11,6 @@ license=('GPL3') url="http://www.gnu.org/software/parted/parted.html" depends=('device-mapper' 'e2fsprogs') makedepends=('pkg-config') -options=('!libtool') install=parted.install source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz") md5sums=('5d89d64d94bcfefa9ce8f59f4b81bdcb') |