diff options
Diffstat (limited to 'extra/gparted/PKGBUILD')
-rw-r--r-- | extra/gparted/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/gparted/PKGBUILD b/extra/gparted/PKGBUILD index 39f5dbf42..9b9ad58ac 100644 --- a/extra/gparted/PKGBUILD +++ b/extra/gparted/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 172015 2012-11-26 14:36:27Z giovanni $ +# $Id: PKGBUILD 173201 2012-12-13 00:53:58Z 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.14.0 -pkgrel=3 +pkgver=0.14.1 +pkgrel=1 pkgdesc="A Partition Magic clone, frontend to GNU Parted" arch=('i686' 'x86_64' 'mips64el') url="http://gparted.sourceforge.net" @@ -24,7 +24,7 @@ optdepends=('dosfstools: for FAT16 and FAT32 partitions' install=gparted.install source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2" 'org.archlinux.pkexec.gparted.policy') -md5sums=('fc3507479e930967a2049c533907384d' +md5sums=('1ffe859c70e102a776dffb1ff0a2164a' '27c264cfad8fa413d75954dda7a2dd50') build() { |