summaryrefslogtreecommitdiffstats
path: root/abs/extra/gptfdisk
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2014-12-12 19:11:29 (GMT)
committerBritney Fransen <brfransen@gmail.com>2014-12-12 19:11:29 (GMT)
commit7e3015dd8fd67055542bbd596baf2251556b1f9c (patch)
treeacc95720c551cb01b7eaca452d7dc9e0d4b860ea /abs/extra/gptfdisk
parent972db958904b4a846538c645d9957fc67947f4cf (diff)
downloadlinhes_pkgbuild-7e3015dd8fd67055542bbd596baf2251556b1f9c.zip
linhes_pkgbuild-7e3015dd8fd67055542bbd596baf2251556b1f9c.tar.gz
linhes_pkgbuild-7e3015dd8fd67055542bbd596baf2251556b1f9c.tar.bz2
gptfdisk: update to 0.8.10
Diffstat (limited to 'abs/extra/gptfdisk')
-rw-r--r--abs/extra/gptfdisk/PKGBUILD13
1 files changed, 5 insertions, 8 deletions
diff --git a/abs/extra/gptfdisk/PKGBUILD b/abs/extra/gptfdisk/PKGBUILD
index 6b0c453..83716e5 100644
--- a/abs/extra/gptfdisk/PKGBUILD
+++ b/abs/extra/gptfdisk/PKGBUILD
@@ -1,25 +1,24 @@
-# $Id: PKGBUILD 160220 2012-05-31 03:41:30Z foutrelis $
+# $Id$
# Maintainer: Evangelos Foutras <evangelos@foutrelis.com>
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
# Contributor: Hokum <hokum_at_mail_dot_ru>
pkgname=gptfdisk
-pkgver=0.8.5
+pkgver=0.8.10
pkgrel=1
-pkgdesc="A text-mode partitioning tool that works on Globally Unique Identifier (GUID) Partition Table (GPT) disks"
+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=('15cc691f28212c157e05315662ed6b76ffdcc8de6fc118fa21c81ef5aae84af9')
+sha256sums=('73e64151203ae0c347c488358e71ca582bb7fb7f0d66df86b71c42050390eb9b')
build() {
cd "$srcdir/$pkgname-$pkgver"
-
make
}
@@ -31,5 +30,3 @@ package () {
install -m644 -t "$pkgdir/usr/share/man/man8" {{,c,s}gdisk,fixparts}.8
install -m644 -t "$pkgdir/usr/share/doc/gdisk" README NEWS
}
-
-# vim:set ts=2 sw=2 et: