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

Evangelos Foutras foutrelis at nymeria.archlinux.org
Thu Feb 20 07:26:40 UTC 2014


    Date: Thursday, February 20, 2014 @ 08:26:40
  Author: foutrelis
Revision: 206140

upgpkg: gptfdisk 0.8.9-1

New upstream release.

Modified:
  gptfdisk/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-02-20 07:05:37 UTC (rev 206139)
+++ PKGBUILD	2014-02-20 07:26:40 UTC (rev 206140)
@@ -4,25 +4,26 @@
 # Contributor: Hokum <hokum_at_mail_dot_ru>
 
 pkgname=gptfdisk
-pkgver=0.8.8
-pkgrel=2
-pkgdesc="A text-mode partitioning tool that works on Globally Unique Identifier (GUID) Partition Table (GPT) disks"
+pkgver=0.8.9
+pkgrel=1
+pkgdesc="A text-mode partitioning tool that works on GUID Partition Table (GPT) disks"
 arch=('i686' 'x86_64')
 url="http://www.rodsbooks.com/gdisk/"
 license=('GPL2')
-depends=('gcc-libs' 'util-linux' 'popt' 'icu')
+depends=('gcc-libs' 'util-linux' 'popt')
 provides=("gdisk=$pkgver")
 conflicts=('gdisk')
 replaces=('gdisk')
 source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('4f7e6199f8b2eae8d4b7f0f65afebac0835331f571605ec70172067bbbd004ca')
 
 build() {
-  cd $pkgname-$pkgver
+  cd "$srcdir/$pkgname-$pkgver"
   make
 }
 
 package () {
-  cd $pkgname-$pkgver
+  cd "$srcdir/$pkgname-$pkgver"
 
   install -d "$pkgdir"/usr/{bin,share/{doc/gdisk,man/man8}}
   install -t "$pkgdir/usr/bin" {,c,s}gdisk fixparts
@@ -29,4 +30,3 @@
   install -m644 -t "$pkgdir/usr/share/man/man8" {{,c,s}gdisk,fixparts}.8
   install -m644 -t "$pkgdir/usr/share/doc/gdisk" README NEWS
 }
-md5sums=('bd47d03ec27bab5613254b5a20f72143')




More information about the arch-commits mailing list