[arch-commits] Commit in gptfdisk/trunk (PKGBUILD)

Evangelos Foutras foutrelis at nymeria.archlinux.org
Tue Jul 9 09:22:10 UTC 2013


    Date: Tuesday, July 9, 2013 @ 11:22:09
  Author: foutrelis
Revision: 189839

upgpkg: gptfdisk 0.8.7-1

New upstream release.

Modified:
  gptfdisk/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-07-09 07:30:27 UTC (rev 189838)
+++ PKGBUILD	2013-07-09 09:22:09 UTC (rev 189839)
@@ -4,8 +4,8 @@
 # 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 @@
 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
 }
 




More information about the arch-commits mailing list