summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarkus Weimar2016-03-09 17:02:53 +0100
committerMarkus Weimar2016-03-09 17:27:40 +0100
commit3145e10f2bd974381c616d04f0c6926ee1e16d09 (patch)
tree328c2015c75af0adcd1a0c2e82a2771a30308eea /PKGBUILD
parent595659174a0f9482f4e999ba6bb42b6555fe0305 (diff)
downloadaur-3145e10f2bd974381c616d04f0c6926ee1e16d09.tar.gz
Updated to version 1.8.2.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0d4ee696c737..7e0deaeefeb5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,22 @@
# Maintainer: Markus Weimar <mail@markusweimar.de>
pkgname=ttf-iosevka
-pkgver=1.8.1
+pkgver=1.8.2
pkgrel=1
-pkgdesc='A slender monospace typeface inspired by Pragmata Pro, M+ and PF DIN Mono. Variant: Iosevka, sans-serif.'
+pkgdesc='A slender monospace typeface inspired by Pragmata Pro, M+ and PF DIN Mono.'
arch=('any')
url='https://be5invis.github.io/Iosevka/'
license=('custom:OFL')
depends=('fontconfig' 'xorg-font-utils')
conflicts=('ttf-iosevka-variant-hooky' 'ttf-iosevka-variant-zshaped' 'ttf-iosevka-withfw')
install=${pkgname}.install
-source=("https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/iosevka-${pkgver}.zip"
+source=("https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/a-iosevka-${pkgver}.zip"
'https://raw.githubusercontent.com/be5invis/Iosevka/master/LICENSE')
-sha256sums=('d67126413b83b77342e50c5e469d54905d05b1f86d513546b0b36e14fa355038'
+sha256sums=('6a773370d7d03ba973cd050796a486dd52a43c078058ca393ceda527d8d8fa72'
'f552299cd7287931e62c90eb7dd0a63c29ebd434f92925c2dd3781983aec4338')
package() {
cd ${srcdir}
install -d ${pkgdir}/usr/share/fonts/TTF/
- install -m644 iosevka/*.ttf ${pkgdir}/usr/share/fonts/TTF/
+ install -m644 *.ttf ${pkgdir}/usr/share/fonts/TTF/
install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
}