mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/gf2x to 1.3.0-1
This commit is contained in:
parent
be8ad2d3cf
commit
585d3591f9
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue