diff --git a/science/mathematics/libspiro/actions.py b/science/mathematics/libspiro/actions.py index 71c91c6dd0..dd60cf82cf 100644 --- a/science/mathematics/libspiro/actions.py +++ b/science/mathematics/libspiro/actions.py @@ -8,6 +8,7 @@ from pisi.actionsapi import autotools from pisi.actionsapi import pisitools def setup(): + autotools.autoreconf("-i") autotools.configure("--disable-static") def build(): diff --git a/science/mathematics/libspiro/pspec.xml b/science/mathematics/libspiro/pspec.xml index 110eb9930c..5813b48f1f 100644 --- a/science/mathematics/libspiro/pspec.xml +++ b/science/mathematics/libspiro/pspec.xml @@ -12,7 +12,7 @@ library Library to simplify the drawing of beautiful curves libspiro is a library that will take an array of spiro control points and convert them into a series of bezier splines which can then be used in the myriad of ways the world has come to use beziers. - https://github.com/fontforge/libspiro/releases/download/20190731/libspiro-20190731.tar.gz + https://github.com/fontforge/libspiro/archive/refs/tags/20200505.tar.gz @@ -37,10 +37,17 @@ + + 2021-08-10 + 1.1.0.20200505 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2020-01-18 0.5.20190731 - Rebuild. + Rebuild Mustafa Cinasal muscnsl@gmail.com