summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndy Kluger2018-05-06 14:44:01 -0400
committerAndy Kluger2018-05-06 14:44:01 -0400
commit77357248bbb55cbb6963a63bd0f3e4bee302fd93 (patch)
tree1c9d0295552c39ef8cbdad7b7849984659e574cd /PKGBUILD
parent23e8c07130a8cc2d7ff239e5f80bff69d77e7698 (diff)
downloadaur-77357248bbb55cbb6963a63bd0f3e4bee302fd93.tar.gz
update build output dir; reduce conflict list
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 98f34ebc2178..43f2c039782b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andy Kluger <AndyKluger@gmail.com>
# Contributor: Markus Weimar <mail@markusweimar.de>
pkgname=ttf-iosevka-git
-pkgver=r906.695db24
+pkgver=r1115.0d6e7af
pkgrel=1
pkgdesc='A slender monospace sans-serif and slab-serif typeface inspired by Pragmata Pro, M+ and PF DIN Mono.'
arch=('any')
@@ -9,7 +9,7 @@ url='https://be5invis.github.io/Iosevka/'
license=('custom:OFL')
makedepends=('git' 'nodejs' 'npm' 'ttfautohint' 'otfcc')
depends=('fontconfig' 'xorg-font-utils')
-conflicts=('ttf-iosevka-hooky' 'ttf-iosevka-zshaped' 'ttf-iosevka' 'ttf-iosevka-custom-git')
+conflicts=('ttf-iosevka')
provides=('ttf-iosevka')
source=("git+https://github.com/be5invis/Iosevka")
md5sums=('SKIP')
@@ -27,7 +27,7 @@ build() {
package() {
install -d "${pkgdir}/usr/share/fonts/TTF"
- install -m644 Iosevka/dist/*/*.ttf "${pkgdir}/usr/share/fonts/TTF/"
+ install -m644 Iosevka/dist/*/ttf/*.ttf "${pkgdir}/usr/share/fonts/TTF/"
install -d "${pkgdir}/usr/share/licenses/${pkgname}"
install -m644 Iosevka/LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/"
}