summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorH. Rosendahl2019-05-04 18:59:13 +0200
committerH. Rosendahl2019-05-04 18:59:13 +0200
commit15777bd28c33229a45a8e32aacc3952b48199447 (patch)
tree2b7474d12432ba8130aeee4e3984d4fcb8f01499 /PKGBUILD
parent46bc6dc3ba096a3227ce761d81ba778bb370544a (diff)
downloadaur-15777bd28c33229a45a8e32aacc3952b48199447.tar.gz
Adapted for changed folder structure of release archive
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9c87e8e23161..29629ee374d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,15 +6,15 @@ pkgrel=1
replaces=('otf-renner')
conflicts=('otf-renner')
pkgdesc="An original font created by indestructible type*. It is inspired by the designs of Paul Renner."
-url="http://indestructible-type.github.io/Renner.html"
+url="http://indestructible-type.github.io/Jost.html"
arch=(any)
license=(custom)
source=("Jost.zip::https://github.com/indestructible-type/Jost/releases/download/${pkgver}/Jost.zip")
-sha256sums=('7a274c612c5f02b8de53c7c120a67812847ea6789489d8809feffd238512ad46')
+sha256sums=('f3156f3206362223b670edaa2547b1424ee9eaadc61a3dbc06dccc46f7a686ef')
package() {
- cd "${srcdir}/OpenType/"
+ cd "${srcdir}/Finished OpenType/"
install -d "$pkgdir/usr/share/fonts/jost"
install -t "$pkgdir/usr/share/fonts/jost" -m644 *.otf
install -Dm644 ../LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"