community/gf2x to 1.3.0-1

This commit is contained in:
Kevin Mihelich 2019-12-10 19:21:39 +00:00
parent be8ad2d3cf
commit 585d3591f9

View file

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