aboutsummaryrefslogtreecommitdiffstats
path: root/community/libspiro/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/libspiro/APKBUILD')
-rw-r--r--community/libspiro/APKBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/community/libspiro/APKBUILD b/community/libspiro/APKBUILD
index 4605863b9da..10b3e78d21d 100644
--- a/community/libspiro/APKBUILD
+++ b/community/libspiro/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Ed Robinson <ed@reevoo.com>
# Maintainer: Ed Robinson <ed@reevoo.com>
pkgname=libspiro
-pkgver=20220722
-pkgrel=0
+pkgver=20221101
+pkgrel=1
pkgdesc="Library to simplify the drawing of beautiful curves"
url="https://github.com/fontforge/libspiro"
arch="all"
@@ -22,7 +22,8 @@ build() {
--sysconfdir=/etc \
--mandir=/usr/share/man \
--infodir=/usr/share/info \
- --localstatedir=/var
+ --localstatedir=/var \
+ --disable-static
make
}
@@ -35,5 +36,5 @@ package() {
}
sha512sums="
-2e6842693d833e5cfcf3642e9e31ddbb488d9bee59b8daed41cf11a734a83c384f3ef7aa94662369ee286f4a4ed4e309ef7de49362080f76862b2cafec4a8c38 libspiro-dist-20220722.tar.gz
+a4fd1d225da94f4146b2d086f1c0d0111ca0b1efc1d1a051d4f1d995af424cf573072791118d6e0a5c06462ff1dd58b2ce662dbb6a46c6aa082c1319030899f8 libspiro-dist-20221101.tar.gz
"