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

Evangelos Foutras foutrelis at archlinux.org
Mon Jun 27 05:53:20 UTC 2011


    Date: Monday, June 27, 2011 @ 01:53:20
  Author: foutrelis
Revision: 129374

upgpkg: gptfdisk 0.7.2-1
New upstream release. Use versioned provide for gdisk.

Modified:
  gptfdisk/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-06-27 05:53:20 UTC (rev 129373)
+++ PKGBUILD	2011-06-27 05:53:20 UTC (rev 129374)
@@ -4,18 +4,18 @@
 # Contributor: Hokum <hokum_at_mail_dot_ru>
 
 pkgname=gptfdisk
-pkgver=0.7.1
-pkgrel=3
+pkgver=0.7.2
+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/"
 license=('GPL2')
 depends=('gcc-libs' 'util-linux' 'popt' 'icu')
-provides=('gdisk')
+provides=("gdisk=$pkgver")
 conflicts=('gdisk')
 replaces=('gdisk')
-source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tgz)
-md5sums=('7c8d810df61e81c821bef399b832e89e')
+source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
+md5sums=('31deeb7acb5104d56ba2ddeafd907513')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"




More information about the arch-commits mailing list