[arch-commits] Commit in sirocco/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Wed Jun 30 14:03:28 UTC 2021
Date: Wednesday, June 30, 2021 @ 14:03:28
Author: arojas
Revision: 967977
Update to 2.1.0
Modified:
sirocco/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-06-30 12:21:18 UTC (rev 967976)
+++ PKGBUILD 2021-06-30 14:03:28 UTC (rev 967977)
@@ -1,15 +1,15 @@
# Maintainer: Antonio Rojas <arojas at archlinux.org>
pkgname=sirocco
-pkgver=2.0.2
+pkgver=2.1.0
pkgrel=1
-pkgdesc="C++ library that allows to compute piecewise linear approximations of the path followed by the root of a complex polynomial"
+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"
+url='https://iuma.unizar.es/es/investigacion/software/sirocco'
license=(GPL3)
depends=(mpfr)
-source=("https://github.com/miguelmarco/SIROCCO2/releases/download/$pkgver/libsirocco-$pkgver.tar.gz")
-sha256sums=('ada9f833d1bc719a0429209130c0b265f3f755819e555d0e16bc4e234ab421af')
+source=(https://github.com/miguelmarco/SIROCCO2/releases/download/$pkgver/libsirocco-$pkgver.tar.gz)
+sha256sums=('e86c9fe3b1f2cf0d3a7381d21c1fc4670f14b538c60c7cc6410ccb0f5b1fbaf8')
build() {
cd libsirocco-$pkgver
More information about the arch-commits
mailing list