diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-05-01 09:38:49 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-05-01 09:38:49 +0200 |
commit | c179b246b30ea14c5f9063d95860d7e05a7c278d (patch) | |
tree | 30b547b50753a52ce2f857260f8d320d772c4686 /extra/gparted/PKGBUILD | |
parent | 30361fcf6cc3dfa38d4b033ccb9fe33ddd17ebe7 (diff) | |
parent | 1b05006cb143959d080a200fe11891c9f5caf32c (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/linux-tools/PKGBUILD
community/pdns-recursor/PKGBUILD
extra/gstreamer0.10/PKGBUILD
extra/mkvtoolnix/PKGBUILD
extra/tcpdump/PKGBUILD
libre/linux-libre-tools/PKGBUILD
Diffstat (limited to 'extra/gparted/PKGBUILD')
-rw-r--r-- | extra/gparted/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/gparted/PKGBUILD b/extra/gparted/PKGBUILD index 9282bd852..a80cb9d90 100644 --- a/extra/gparted/PKGBUILD +++ b/extra/gparted/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 183602 2013-04-24 16:54:38Z giovanni $ +# $Id: PKGBUILD 184007 2013-04-30 18:49:43Z 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.16.0 +pkgver=0.16.1 pkgrel=1 pkgdesc="A Partition Magic clone, frontend to GNU Parted" arch=('i686' 'x86_64' 'mips64el') @@ -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=('880e58673c9ef195181c0d721717a601' +md5sums=('3f399bff031b5ce14d11a8c346f4b89c' 'c031d7d2b845ccb025b9f83e0ddd5653') build() { |