diff options
Diffstat (limited to 'abs/core/parted')
-rw-r--r-- | abs/core/parted/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/abs/core/parted/PKGBUILD b/abs/core/parted/PKGBUILD index a0211ff..0fc86f9 100644 --- a/abs/core/parted/PKGBUILD +++ b/abs/core/parted/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 199967 2013-11-20 11:26:39Z allan $ +# $Id$ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Aaron Griffin <aaron@archlinux.org> pkgname=parted -pkgver=3.1 -pkgrel=3 +pkgver=3.2 +pkgrel=1 pkgdesc="A program for creating, destroying, resizing, checking and copying partitions" arch=('i686' 'x86_64') license=('GPL3') @@ -13,6 +13,7 @@ depends=('device-mapper' 'e2fsprogs') makedepends=('pkg-config') install=parted.install source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz") +md5sums=('0247b6a7b314f8edeb618159fa95f9cb') build() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -29,4 +30,3 @@ package() { make DESTDIR="${pkgdir}" install } -md5sums=('5d89d64d94bcfefa9ce8f59f4b81bdcb') |