summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2020-10-15 23:09:15 +0300
committerCaleb Maclennan2020-10-15 23:09:15 +0300
commit529af52db99e02569f43c62fa1ec827a34d0d24e (patch)
treedda9ac13ba36c46399818d7c3622254906150a67 /PKGBUILD
parenteeddf39de3c1996957909e051c8a1650c01204ed (diff)
downloadaur-529af52db99e02569f43c62fa1ec827a34d0d24e.tar.gz
upgpkg: otf-libertinus-git 7.020.r16.ge809fbe-1
- Don't bother building WOFFs\n- work around directory rename causing project name detection issue
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b781c2e35498..c8202bc9c80c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=libertinus
pkgname="otf-$_pkgname-git"
-pkgver=7.000.r0.g2802fff
+pkgver=7.020.r16.ge809fbe
pkgrel=1
pkgdesc='The Libertinus font family, a fork of Linux Libertine and Biolinum with OpenType math'
arch=('any')
@@ -23,7 +23,7 @@ pkgver() {
build() {
cd "$pkgname"
- fontship make
+ fontship make -- PROJECT=Libertinus static-otf
}
package() {