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

Evangelos Foutras foutrelis at archlinux.org
Wed Mar 18 01:01:22 UTC 2015


    Date: Wednesday, March 18, 2015 @ 02:01:22
  Author: foutrelis
Revision: 234070

upgpkg: gptfdisk 1.0.0-1

New upstream release.

Modified:
  gptfdisk/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-03-17 23:20:03 UTC (rev 234069)
+++ PKGBUILD	2015-03-18 01:01:22 UTC (rev 234070)
@@ -4,18 +4,18 @@
 # Contributor: Hokum <hokum_at_mail_dot_ru>
 
 pkgname=gptfdisk
-pkgver=0.8.10
+pkgver=1.0.0
 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')
+depends=('gcc-libs' 'popt' 'libuuid.so' 'libncursesw.so')
 provides=("gdisk=$pkgver")
 conflicts=('gdisk')
 replaces=('gdisk')
 source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('73e64151203ae0c347c488358e71ca582bb7fb7f0d66df86b71c42050390eb9b')
+sha256sums=('5b66956743a799fc0471cdb032665c1391e82f9c5b3f1d7d726d29fe2ba01d6c')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



More information about the arch-commits mailing list