diff options
Diffstat (limited to 'extra/gptfdisk')
-rw-r--r-- | extra/gptfdisk/PKGBUILD | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/extra/gptfdisk/PKGBUILD b/extra/gptfdisk/PKGBUILD index f0bf3edf9..9adee070c 100644 --- a/extra/gptfdisk/PKGBUILD +++ b/extra/gptfdisk/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 180803 2013-03-26 11:49:32Z foutrelis $ +# $Id: PKGBUILD 189840 2013-07-09 09:22:21Z foutrelis $ # Maintainer: Evangelos Foutras <evangelos@foutrelis.com> # Contributor: Tobias Powalowski <tpowa@archlinux.org> # Contributor: Hokum <hokum_at_mail_dot_ru> pkgname=gptfdisk -pkgver=0.8.6 -pkgrel=2 +pkgver=0.8.7 +pkgrel=1 pkgdesc="A text-mode partitioning tool that works on Globally Unique Identifier (GUID) Partition Table (GPT) disks" arch=('i686' 'x86_64') url="http://www.rodsbooks.com/gdisk/" @@ -15,14 +15,11 @@ provides=("gdisk=$pkgver") conflicts=('gdisk') replaces=('gdisk') source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz) -sha256sums=('4579cd54842459699970e24720dda7fb0aa217027818623089c321bc62a647b2') +sha256sums=('39e61d9f3701e95db1bcb83ce8fb211b22f33548e3c75b17f22067c6968e91e3') build() { cd "$srcdir/$pkgname-$pkgver" - # Get rid of annoying debug message (have sent email to upstream author) - sed -i '/Entering GPTPart::SetName/d' gptpart.cc - make } |