mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/gf2x to 1.2-1
This commit is contained in:
parent
e9aef3ac1b
commit
c73fdb62fc
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue