summaryrefslogtreecommitdiff
path: root/extra/parted/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/parted/PKGBUILD')
-rw-r--r--extra/parted/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/parted/PKGBUILD b/extra/parted/PKGBUILD
index 3a50e33ea..9b5699e24 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' 'mips64el')
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')