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

Evangelos Foutras foutrelis at nymeria.archlinux.org
Sat Feb 9 01:45:21 UTC 2013


    Date: Saturday, February 9, 2013 @ 02:45:20
  Author: foutrelis
Revision: 177796

upgpkg: gptfdisk 0.8.6-1

New upstream release.

Modified:
  gptfdisk/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-09 01:32:37 UTC (rev 177795)
+++ PKGBUILD	2013-02-09 01:45:20 UTC (rev 177796)
@@ -4,8 +4,8 @@
 # Contributor: Hokum <hokum_at_mail_dot_ru>
 
 pkgname=gptfdisk
-pkgver=0.8.5
-pkgrel=3
+pkgver=0.8.6
+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,11 +15,14 @@
 conflicts=('gdisk')
 replaces=('gdisk')
 source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('15cc691f28212c157e05315662ed6b76ffdcc8de6fc118fa21c81ef5aae84af9')
+sha256sums=('4579cd54842459699970e24720dda7fb0aa217027818623089c321bc62a647b2')
 
 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