[arch-commits] Commit in sirocco/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Fri Mar 6 22:41:57 UTC 2020
Date: Friday, March 6, 2020 @ 22:41:57
Author: arojas
Revision: 591059
Update to 2.0.2
Modified:
sirocco/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-06 22:32:14 UTC (rev 591058)
+++ PKGBUILD 2020-03-06 22:41:57 UTC (rev 591059)
@@ -1,15 +1,15 @@
# Maintainer: Antonio Rojas <arojas at archlinux.org>
pkgname=sirocco
-pkgver=2.0
-pkgrel=2
+pkgver=2.0.2
+pkgrel=1
pkgdesc="C++ library that allows to compute piecewise linear approximations of the path followed by the root of a complex polynomial"
arch=(x86_64)
url="https://iuma.unizar.es/es/investigacion/software/sirocco"
license=(GPL3)
depends=(mpfr)
-source=("https://iuma.unizar.es/sites/default/files/software/libsirocco-$pkgver.tar_.gz")
-sha256sums=('9f4faf8dd1a7645e049e2dae20f4fe3f2c929f998aadd1a4c07c75678982645d')
+source=("https://github.com/miguelmarco/SIROCCO2/releases/download/$pkgver/libsirocco-$pkgver.tar.gz")
+sha256sums=('ada9f833d1bc719a0429209130c0b265f3f755819e555d0e16bc4e234ab421af')
build() {
cd libsirocco-$pkgver
More information about the arch-commits
mailing list