Date: Saturday, May 9, 2020 @ 00:27:11 Author: bisson Revision: 382829
upstream update Modified: libspiro/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-08 23:44:12 UTC (rev 382828) +++ PKGBUILD 2020-05-09 00:27:11 UTC (rev 382829) @@ -3,14 +3,14 @@ pkgname=libspiro epoch=1 -pkgver=20190731 +pkgver=20200505 pkgrel=1 pkgdesc='Simplifies the drawing of beautiful curves' url='https://github.com/fontforge/libspiro' license=('GPL') arch=('x86_64') -source=("https://github.com/fontforge/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz") -sha256sums=('24c7d1ccc7c7fe44ff10c376aa9f96e20e505f417ee72b63dc91a9b34eeac354') +source=("https://github.com/fontforge/libspiro/releases/download/${pkgver}/libspiro-dist-${pkgver}.tar.gz") +sha256sums=('06c69a1e8dcbcabcf009fd96fd90b1a244d0257246e376c2c4d57c4ea4af0e49') prepare() { cd "${srcdir}/${pkgname}-${pkgver}"
