summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarkus Weimar2017-06-03 16:43:08 +0200
committerMarkus Weimar2017-06-03 16:43:08 +0200
commit2d16f1ee392a5321873e2fc4ea01079ff7d7badd (patch)
treec8b3ce938234fdaaab6b03fc6dffc73caa0079eb /PKGBUILD
parente8b17bdecc78e2dd9684473f8253dae876617fb1 (diff)
downloadaur-2d16f1ee392a5321873e2fc4ea01079ff7d7badd.tar.gz
Fixed path.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c715624cfc98..3b69387ec121 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Markus Weimar <mail@markusweimar.de>
pkgname=ttf-iosevka-type
pkgver=1.13.0
-pkgrel=1
+pkgrel=2
pkgdesc='A slender monospace sans-serif and slab-serif typeface inspired by Pragmata Pro, M+ and PF DIN Mono.'
arch=('any')
url='https://be5invis.github.io/Iosevka/'
@@ -15,6 +15,6 @@ sha256sums=('3cc4a759f676c0ff8e1c24d6b6dee728fb992804f7da480962e935d06d96b190'
package() {
cd ${srcdir}
install -d ${pkgdir}/usr/share/fonts/TTF/
- install -m644 *.ttf ${pkgdir}/usr/share/fonts/TTF/
+ install -m644 ttf/*.ttf ${pkgdir}/usr/share/fonts/TTF/
install -D -m644 LICENSE.md ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md
}