diff options
author | root <root@rshg054.dnsready.net> | 2011-12-01 23:14:46 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-12-01 23:14:46 +0000 |
commit | 9e9ab642711f2424f828e21d14b98c45cdef2b29 (patch) | |
tree | 5c1495cfda2b453e377084bad1b20e431e119063 /extra/parted | |
parent | bc0657f7159d0b01373ecb59afc426b98a172b1e (diff) |
Thu Dec 1 23:14:46 UTC 2011
Diffstat (limited to 'extra/parted')
-rw-r--r-- | extra/parted/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/parted/PKGBUILD b/extra/parted/PKGBUILD index 8c8d7f3b1..6b32478c2 100644 --- a/extra/parted/PKGBUILD +++ b/extra/parted/PKGBUILD @@ -1,20 +1,20 @@ -# $Id: PKGBUILD 133576 2011-07-29 18:39:57Z giovanni $ +# $Id: PKGBUILD 143925 2011-11-30 21:06:41Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Aaron Griffin <aaron@archlinux.org> pkgname=parted pkgver=3.0 -pkgrel=3 +pkgrel=4 pkgdesc="A program for creating, destroying, resizing, checking and copying partitions" arch=('i686' 'x86_64') license=('GPL3') url="http://www.gnu.org/software/parted/parted.html" depends=('device-mapper' 'e2fsprogs') -makedepends=('pkgconfig') +makedepends=('pkg-config') options=('!libtool') -install=${pkgname}.install +install=parted.install source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz" - linux.c.patch) + 'linux.c.patch') md5sums=('c415e5c97f86b5ff65a2d925e5a3feb7' '08c942e212424e238271217f52c59706') |