summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlan Berndt2015-07-08 08:45:00 -0700
committerAlan Berndt2015-07-08 08:45:00 -0700
commit41f1e50fae24e3fd6f73208991ccb817f7f27dff (patch)
tree7c9e64331b8f852851bd7cf0186c6a4fa2fbb3b0 /PKGBUILD
parent11693a1051ca57c4643cabf4525c43ff348ab312 (diff)
downloadaur-41f1e50fae24e3fd6f73208991ccb817f7f27dff.tar.gz
Update to libgfshare 2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 4 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0685a229e1e2..40a1d5ed1dc9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,6 @@
-# This is an example PKGBUILD file. Use this as a start to creating your own,
-# and remove these comments. For more information, see 'man PKGBUILD'.
-# NOTE: Please fill out the license field for your package! If it is unknown,
-# then please put 'unknown'.
-
-# Maintainer: boyska <piuttosto@logorroici.org>
+# Maintainer: Alan Berndt <alan@eatabrick.org>
pkgname=libgfshare
-pkgver=1.0.5
+pkgver=2.0.0
pkgrel=1
epoch=
pkgdesc="utilities for multi-way secret-sharing"
@@ -24,9 +19,9 @@ backup=()
options=()
install=
changelog=
-source=('http://www.digital-scurf.org/files/libgfshare/libgfshare-1.0.5.tar.gz')
+source=('http://www.digital-scurf.org/files/libgfshare/libgfshare-2.0.0.tar.bz2')
noextract=()
-md5sums=('ec88b5d72183b4d1f7115ee23fa61c7a')
+sha1sums=('2813a69c7f69dfc406292af4c79f08cf46c54a4f')
build() {
cd "$srcdir/$pkgname-$pkgver"