* update libspiro to 1:20221101-3

This commit is contained in:
Alexander Baldeck 2024-08-20 04:21:27 +02:00
parent ba87bc1be3
commit a357e11264
3 changed files with 19 additions and 2 deletions

13
libspiro/.SRCINFO Normal file
View File

@ -0,0 +1,13 @@
pkgbase = libspiro
pkgdesc = Library that simplifies the drawing of beautiful curves
pkgver = 20221101
pkgrel = 3
epoch = 1
url = https://github.com/fontforge/libspiro
arch = x86_64
license = GPL-3.0-or-later
depends = glibc
source = https://github.com/fontforge/libspiro/releases/download/20221101/libspiro-dist-20221101.tar.gz
sha256sums = 5984fb5af3e4e1f927f3a74850b705a711fb86284802a5e6170b09786440e8be
pkgname = libspiro

4
libspiro/.nvchecker.toml Normal file
View File

@ -0,0 +1,4 @@
[libspiro]
source = "git"
git = "https://github.com/fontforge/libspiro.git"
prefix = "v"

View File

@ -6,11 +6,11 @@
pkgname=libspiro
epoch=1
pkgver=20221101
pkgrel=2
pkgrel=3
pkgdesc='Library that simplifies the drawing of beautiful curves'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url='https://github.com/fontforge/libspiro'
license=('GPL3')
license=('GPL-3.0-or-later')
depends=('glibc')
source=("https://github.com/fontforge/libspiro/releases/download/$pkgver/$pkgname-dist-$pkgver.tar.gz")
sha256sums=('5984fb5af3e4e1f927f3a74850b705a711fb86284802a5e6170b09786440e8be')