summaryrefslogtreecommitdiff
path: root/extra/gparted
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-08-03 01:49:46 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-08-03 01:49:46 -0300
commitb8be8316e6cf62713329cb15d77411658d7cb447 (patch)
treee5486c1e5bb7baa1e5356fb8de18beb263f51fbb /extra/gparted
parentf8f8c2edc0a58f29e716f32453ee296980faef03 (diff)
parent1173ff2dba7d0fd3c45f170a5e353a76b7a5da2f (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: core/libtirpc/PKGBUILD extra/ffmpeg/PKGBUILD extra/imap/PKGBUILD
Diffstat (limited to 'extra/gparted')
-rw-r--r--extra/gparted/PKGBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/extra/gparted/PKGBUILD b/extra/gparted/PKGBUILD
index db28df151..9d507c317 100644
--- a/extra/gparted/PKGBUILD
+++ b/extra/gparted/PKGBUILD
@@ -1,26 +1,24 @@
-# $Id: PKGBUILD 132036 2011-07-19 10:15:48Z giovanni $
+# $Id: PKGBUILD 132466 2011-07-24 17:33:27Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Andrew Simmons <andrew.simmons@gmail.com>
pkgname=gparted
pkgver=0.9.0
-pkgrel=1
+pkgrel=2
pkgdesc="A Partition Magic clone, frontend to GNU Parted"
arch=('i686' 'x86_64' 'mips64el')
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() {