summaryrefslogtreecommitdiff
path: root/extra/gptfdisk
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-03-27 10:08:53 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-03-27 10:08:53 +0200
commit9262eae11412e7e7925ba230761f86fcc3756002 (patch)
tree4caf8c64e442feb4323f8710d5c6d7ee2c3e0d77 /extra/gptfdisk
parenta9a4a92d8375d35e09a3cf9d50921d8839d7c79a (diff)
parentc8729cab8302ab82e01135a22fb9fa9704f1559b (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/cdemu-daemon/PKGBUILD community-testing/cdemu-daemon/cdemud.conf community-testing/cdemu-daemon/cdemud.rc extra/perl-bit-vector/PKGBUILD testing/gcc/PKGBUILD
Diffstat (limited to 'extra/gptfdisk')
-rw-r--r--extra/gptfdisk/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/gptfdisk/PKGBUILD b/extra/gptfdisk/PKGBUILD
index 3fee165a7..e59f28d57 100644
--- a/extra/gptfdisk/PKGBUILD
+++ b/extra/gptfdisk/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 154180 2012-03-24 05:59:14Z foutrelis $
+# $Id: PKGBUILD 154315 2012-03-26 03:36:27Z foutrelis $
# Maintainer: Evangelos Foutras <evangelos@foutrelis.com>
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
# Contributor: Hokum <hokum_at_mail_dot_ru>
pkgname=gptfdisk
-pkgver=0.8.3
+pkgver=0.8.4
pkgrel=1
pkgdesc="A text-mode partitioning tool that works on Globally Unique Identifier (GUID) Partition Table (GPT) disks"
arch=('i686' 'x86_64' 'mips64el')
@@ -15,7 +15,7 @@ provides=("gdisk=$pkgver")
conflicts=('gdisk')
replaces=('gdisk')
source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('e028d15e134c10350cd02b14188b31a0c593b3b6c8f2af9a298ecf3e47019e18')
+sha256sums=('a4aa6800df3a43bec2900eff3c2d8488d8d60c06833035bc881237f9acb79b85')
build() {
cd "$srcdir/$pkgname-$pkgver"