From 24f8611f32421837f092f3c60d42cafc77dab691 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Mon, 2 Nov 2015 13:17:14 +0000 Subject: [PATCH] community/gf2x to 1.1-2 --- community/gf2x/PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/community/gf2x/PKGBUILD b/community/gf2x/PKGBUILD index 75af9dc37..a086e60fe 100644 --- a/community/gf2x/PKGBUILD +++ b/community/gf2x/PKGBUILD @@ -1,3 +1,4 @@ +# $Id$ # Maintainer: Antonio Rojas # ALARM: Kevin Mihelich @@ -5,19 +6,18 @@ pkgname=gf2x pkgver=1.1 -pkgrel=1 +pkgrel=2 pkgdesc="A library for multiplying polynomials over the binary field" -arch=('i686' 'x86_64') +arch=(i686 x86_64) url="http://gforge.inria.fr/projects/gf2x/" -license=('GPL' 'LGPL') -depends=('glibc') -options=('!libtool') +license=(GPL LGPL) +depends=(glibc) source=("http://gforge.inria.fr/frs/download.php/30873/gf2x-1.1.tar.gz") md5sums=('d9ce3a0d8cb6be50e3a1ff6d90be669f') build() { cd $pkgname-$pkgver - ./configure --prefix=/usr + ./configure --prefix=/usr --disable-pclmul make }