community/gf2x to 1.2-1

This commit is contained in:
Kevin Mihelich 2017-07-03 17:57:52 +00:00
parent e9aef3ac1b
commit c73fdb62fc

View file

@ -5,15 +5,15 @@
# - removed sse2 configure/cflags options
pkgname=gf2x
pkgver=1.1
pkgrel=2
pkgver=1.2
pkgrel=1
pkgdesc="A library for multiplying polynomials over the binary field"
arch=(i686 x86_64)
url="http://gforge.inria.fr/projects/gf2x/"
license=(GPL LGPL)
depends=(glibc)
source=("http://gforge.inria.fr/frs/download.php/30873/gf2x-1.1.tar.gz")
md5sums=('d9ce3a0d8cb6be50e3a1ff6d90be669f')
source=("https://gforge.inria.fr/frs/download.php/36934/gf2x-$pkgver.tar.gz")
sha256sums=('61427ffa03b5006aa154def6dce8bcff0fdefb3bd72f43fb1a7b4fdd6b80db34')
build() {
cd $pkgname-$pkgver