summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2020-10-15 23:09:15 +0300
committerCaleb Maclennan2020-10-15 23:09:15 +0300
commit529af52db99e02569f43c62fa1ec827a34d0d24e (patch)
treedda9ac13ba36c46399818d7c3622254906150a67
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
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 138675767418..0e68bacc02f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = otf-libertinus-git
pkgdesc = The Libertinus font family, a fork of Linux Libertine and Biolinum with OpenType math
- pkgver = 7.000.r0.g2802fff
+ pkgver = 7.020.r16.ge809fbe
pkgrel = 1
url = https://github.com/alerque/libertinus
arch = any
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() {