[arch-commits] Commit in givaro/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Thu May 12 15:59:46 UTC 2016
Date: Thursday, May 12, 2016 @ 17:59:46
Author: arojas
Revision: 175051
Update to 4.0.1
Modified:
givaro/trunk/PKGBUILD
----------+
PKGBUILD | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-05-12 15:59:30 UTC (rev 175050)
+++ PKGBUILD 2016-05-12 15:59:46 UTC (rev 175051)
@@ -3,15 +3,15 @@
# Contributor: Rémy Oudompheng <oudomphe at phare.normalesup.org>
pkgname=givaro
-pkgver=3.8.0
-pkgrel=2
+pkgver=4.0.1
+pkgrel=1
pkgdesc="C++ library for arithmetic and algebraic computations"
-arch=('i686' 'x86_64')
-url="http://www-lmc.imag.fr/CASYS/LOGICIELS/givaro/"
-license=('GPL')
-depends=('gmp')
-source=("https://forge.imag.fr/frs/download.php/592/$pkgname-$pkgver.tar.gz")
-md5sums=('6ba1a4672a5d434d2502d17db30c86e5')
+arch=(i686 x86_64)
+url="http://givaro.forge.imag.fr/"
+license=(GPL)
+depends=(gmp)
+source=("https://github.com/linbox-team/givaro/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
+md5sums=('dfe1292cd811909343d179067de92bf7')
build() {
cd $pkgname-$pkgver
More information about the arch-commits
mailing list