summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Kluger2018-05-06 14:44:01 -0400
committerAndy Kluger2018-05-06 14:44:01 -0400
commit77357248bbb55cbb6963a63bd0f3e4bee302fd93 (patch)
tree1c9d0295552c39ef8cbdad7b7849984659e574cd
parent23e8c07130a8cc2d7ff239e5f80bff69d77e7698 (diff)
downloadaur-77357248bbb55cbb6963a63bd0f3e4bee302fd93.tar.gz
update build output dir; reduce conflict list
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e2613625f5d..714b838c54c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ttf-iosevka-git
pkgdesc = A slender monospace sans-serif and slab-serif typeface inspired by Pragmata Pro, M+ and PF DIN Mono.
- pkgver = r906.695db24
+ pkgver = r1115.0d6e7af
pkgrel = 1
url = https://be5invis.github.io/Iosevka/
arch = any
@@ -13,10 +13,7 @@ pkgbase = ttf-iosevka-git
depends = fontconfig
depends = xorg-font-utils
provides = ttf-iosevka
- conflicts = ttf-iosevka-hooky
- conflicts = ttf-iosevka-zshaped
conflicts = ttf-iosevka
- conflicts = ttf-iosevka-custom-git
source = git+https://github.com/be5invis/Iosevka
md5sums = SKIP
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}/"
}