mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/flint to 2.7.1-2
This commit is contained in:
parent
6769769fe3
commit
ee3d4bf772
1 changed files with 4 additions and 4 deletions
|
@ -7,14 +7,14 @@
|
||||||
|
|
||||||
pkgname=flint
|
pkgname=flint
|
||||||
pkgver=2.7.1
|
pkgver=2.7.1
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="A C library for doing number theory"
|
pkgdesc='A C library for doing number theory'
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url="http://www.flintlib.org"
|
url='http://www.flintlib.org'
|
||||||
license=(GPL)
|
license=(GPL)
|
||||||
depends=(mpfr ntl cblas)
|
depends=(mpfr ntl cblas)
|
||||||
makedepends=(cmake python)
|
makedepends=(cmake python)
|
||||||
source=("http://www.flintlib.org/flint-$pkgver.tar.gz")
|
source=(http://www.flintlib.org/flint-$pkgver.tar.gz)
|
||||||
sha256sums=('186e2fd9ab67df8a05b122fb018269b382e4babcdb17353c4be1fe364dca481e')
|
sha256sums=('186e2fd9ab67df8a05b122fb018269b382e4babcdb17353c4be1fe364dca481e')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|
Loading…
Reference in a new issue