[arch-commits] Commit in parted/trunk (PKGBUILD)
Giovanni Scafora
giovanni at archlinux.org
Wed Nov 30 21:06:10 UTC 2011
Date: Wednesday, November 30, 2011 @ 16:06:10
Author: giovanni
Revision: 143924
upgpkg: parted 3.0-4
rebuild
Modified:
parted/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-11-30 20:57:38 UTC (rev 143923)
+++ PKGBUILD 2011-11-30 21:06:10 UTC (rev 143924)
@@ -4,17 +4,17 @@
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')
More information about the arch-commits
mailing list