Date: Sunday, July 24, 2011 @ 13:33:27 Author: giovanni Revision: 132466
upgpkg: gparted 0.9.0-2 rebuild against parted-3.0 Modified: gparted/trunk/PKGBUILD ----------+ PKGBUILD | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-07-24 17:31:02 UTC (rev 132465) +++ PKGBUILD 2011-07-24 17:33:27 UTC (rev 132466) @@ -4,23 +4,21 @@ pkgname=gparted pkgver=0.9.0 -pkgrel=1 +pkgrel=2 pkgdesc="A Partition Magic clone, frontend to GNU Parted" arch=('i686' 'x86_64') url="http://gparted.sourceforge.net" license=('GPL') depends=('parted' 'gtkmm' 'libsigc++') makedepends=('intltool' 'pkgconfig' 'gnome-doc-utils') -optdepends=('e2fsprogs: for ext2/ext3 partitions' - 'dosfstools: for fat16/32 partitions' - 'jfsutils: for jfs partitions' +optdepends=('jfsutils: for jfs partitions' 'ntfsprogs: for ntfs partitions' 'reiserfsprogs: for reiser partitions' 'xfsprogs: for xfs partitions' 'gksu: to run gparted directly from menu' 'gpart: for recovering corrupt partition tables') install=gparted.install -source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2) +source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2") md5sums=('56ec9c80413ba2d8ad0193bfc2b5a99f') build() {