diff --git a/libspiro/.SRCINFO b/libspiro/.SRCINFO new file mode 100644 index 0000000000..8a8033dbc0 --- /dev/null +++ b/libspiro/.SRCINFO @@ -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 diff --git a/libspiro/.nvchecker.toml b/libspiro/.nvchecker.toml new file mode 100644 index 0000000000..8cc044cffa --- /dev/null +++ b/libspiro/.nvchecker.toml @@ -0,0 +1,4 @@ +[libspiro] +source = "git" +git = "https://github.com/fontforge/libspiro.git" +prefix = "v" diff --git a/libspiro/PKGBUILD b/libspiro/PKGBUILD index cc890bad6e..e22e80e5b0 100644 --- a/libspiro/PKGBUILD +++ b/libspiro/PKGBUILD @@ -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')