diff --git a/PKGBUILD b/PKGBUILD | |
index 92c704e..728f3ee 100644 | |
--- a/PKGBUILD | |
+++ b/PKGBUILD | |
@@ -1,7 +1,7 @@ | |
# Maintainer: H. Rosendahl <h [at] ro [dot] sendahl [dot] de> | |
pkgname='otf-jost' | |
-pkgver=3.4 | |
+pkgver=3.5 | |
pkgrel=1 | |
replaces=('otf-renner') | |
conflicts=('otf-renner') | |
@@ -11,11 +11,11 @@ arch=(any) | |
license=(custom) | |
source=("Jost-${pkgver}.zip::https://github.com/indestructible-type/Jost/releases/download/${pkgver}/Jost.zip") | |
-sha256sums=('e0008810945b5073a72d98daea24227474101e60f459bb1c08e6c63bcf5337ba') | |
+sha256sums=('1030acfb33af22e9bbd2217706c76da87a94c41c58a8ec6d61e785696b1469d9') | |
package() { | |
install -d "${pkgdir}/usr/share/fonts/jost" | |
- install -t "${pkgdir}/usr/share/fonts/jost" -m644 "${srcdir}/Jost-master/Finished OpenType/"*.otf | |
+ install -t "${pkgdir}/usr/share/fonts/jost" -m644 "${srcdir}/Jost-master/fonts/otf/"*.otf | |
install -Dm644 "${srcdir}/Jost-master/LICENSE.md" "$pkgdir/usr/share/licenses/$pkgname/LICENSE" | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment