diff options
author | root <root@rshg054.dnsready.net> | 2012-02-23 23:15:11 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-23 23:15:11 +0000 |
commit | d466ef49f224a9347fe0375eac8126725e10a0a4 (patch) | |
tree | c08a9d7437c4d6de169858ac98fb340fd90202c2 /extra/gparted/PKGBUILD | |
parent | 1d9fb21dff6df1679e536ab672edcbbdb4cf3a15 (diff) |
Thu Feb 23 23:15:11 UTC 2012
Diffstat (limited to 'extra/gparted/PKGBUILD')
-rw-r--r-- | extra/gparted/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/extra/gparted/PKGBUILD b/extra/gparted/PKGBUILD index 9a499549b..a44dd3585 100644 --- a/extra/gparted/PKGBUILD +++ b/extra/gparted/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 145062 2011-12-16 00:18:01Z giovanni $ +# $Id: PKGBUILD 150786 2012-02-22 09:57:59Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Andrew Simmons <andrew.simmons@gmail.com> # Contributor: György Balló <ballogy@freestart.hu> pkgname=gparted -pkgver=0.11.0 +pkgver=0.12.0 pkgrel=1 pkgdesc="A Partition Magic clone, frontend to GNU Parted" arch=('i686' 'x86_64') @@ -17,13 +17,14 @@ optdepends=('dosfstools: for FAT16 and FAT32 partitions' 'ntfsprogs: for ntfs partitions' 'reiserfsprogs: for reiser partitions' 'xfsprogs: for xfs partitions' + 'nilfs-utils: for nilfs2 support' 'polkit: to run gparted directly from menu' 'gpart: for recovering corrupt partition tables' 'mtools') install=gparted.install source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2" 'org.archlinux.pkexec.gparted.policy') -md5sums=('93db664bad4c5f0c9a1384b7eac7df5c' +md5sums=('63a24677ff2ef0e62408ba684f233fab' '27c264cfad8fa413d75954dda7a2dd50') build() { |