summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Weimar2017-07-17 08:12:01 +0200
committerMarkus Weimar2017-07-17 08:13:52 +0200
commit5c0769e6f5e428059c2c4a5d7d88d1ff95c9ab77 (patch)
tree5d315e20dcd8115484c69890da2a611f2e96d7ea
parent50a75fe848a0a8cca414a8d69f01f78f212e4328 (diff)
downloadaur-5c0769e6f5e428059c2c4a5d7d88d1ff95c9ab77.tar.gz
Updated to version 1.13.2.
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD26
-rw-r--r--inziu-iosevka.install15
3 files changed, 22 insertions, 35 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 011b4624fa96..55b8f70d64a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,18 @@
+# Generated by mksrcinfo v8
+# Mon Jul 17 06:08:37 UTC 2017
pkgbase = ttf-inziu-iosevka
- pkgdesc = A composite of Iosevka, M+ and Source Han Sans. It is fully hinted and optimized for screen display on every device, and every resolution.
- pkgver = 1.13.1
+ pkgdesc = A composite of Iosevka, M+ and Source Han Sans.
+ pkgver = 1.13.2
pkgrel = 1
- url = https://be5invis.github.io/Iosevka/inziu.html
- install = inziu-iosevka.install
+ url = https://be5invis.github.io/Iosevka/
arch = any
license = custom:OFL
depends = fontconfig
- source = http://7xpdnl.dl1.z0.glb.clouddn.com/inziu-iosevka-1.13.1.7z
+ depends = xorg-font-utils
+ source = http://7xpdnl.dl1.z0.glb.clouddn.com/inziu-iosevka-1.13.2.7z
source = https://raw.githubusercontent.com/be5invis/Iosevka/master/LICENSE.md
- md5sums = 506601a7302575c27fd4f4337ed1b19d
- md5sums = eabf8cee3469174ad6a59e0a9806e3e2
+ sha256sums = e7bff840f03156733ccd0408f924899a1004c232dcce60d5c3f07573cc70a45b
+ sha256sums = a7a0e1da98ab1bae99a1f246f45e51720e0cc13a53b4a5b0692f64991d2191af
pkgname = ttf-inziu-iosevka
diff --git a/PKGBUILD b/PKGBUILD
index d6ebd4410bda..6768c96d5736 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,21 @@
# Maintainer: ouyangjun( oyj805557641@gmail.com)
+# Maintainer: Markus Weimar <mail@markusweimar.de>
# Contributor: dongfengweixiao ( dongfengweixiao [at] hotmail [dot] com )
-
pkgname=ttf-inziu-iosevka
-pkgver=1.13.1
+pkgver=1.13.2
pkgrel=1
-pkgdesc="A composite of Iosevka, M+ and Source Han Sans. It is fully hinted and optimized for screen display on every device, and every resolution."
+pkgdesc='A composite of Iosevka, M+ and Source Han Sans.'
arch=('any')
+url='https://be5invis.github.io/Iosevka/'
license=('custom:OFL')
-url="https://be5invis.github.io/Iosevka/inziu.html"
-depends=('fontconfig')
-install="inziu-iosevka.install"
-source=('http://7xpdnl.dl1.z0.glb.clouddn.com/inziu-iosevka-1.13.1.7z'
- 'https://raw.githubusercontent.com/be5invis/Iosevka/master/LICENSE.md')
-md5sums=('506601a7302575c27fd4f4337ed1b19d'
- 'eabf8cee3469174ad6a59e0a9806e3e2')
+depends=('fontconfig' 'xorg-font-utils')
+source=("http://7xpdnl.dl1.z0.glb.clouddn.com/inziu-iosevka-${pkgver}.7z"
+ "https://raw.githubusercontent.com/be5invis/Iosevka/master/LICENSE.md")
+sha256sums=('e7bff840f03156733ccd0408f924899a1004c232dcce60d5c3f07573cc70a45b'
+ 'a7a0e1da98ab1bae99a1f246f45e51720e0cc13a53b4a5b0692f64991d2191af')
-package () {
- install -Dm644 ${srcdir}/*.ttc -t "${pkgdir}/usr/share/fonts/ttc"
- install -Dm644 LICENSE.md ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md
+package() {
+ install -d ${pkgdir}/usr/share/fonts/TTC/
+ install -m644 ${srcdir}/*.ttc ${pkgdir}/usr/share/fonts/TTC/
+ install -D -m644 ${srcdir}/LICENSE.md ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md
}
diff --git a/inziu-iosevka.install b/inziu-iosevka.install
deleted file mode 100644
index df2c685e9682..000000000000
--- a/inziu-iosevka.install
+++ /dev/null
@@ -1,15 +0,0 @@
-post_install() {
- echo -n "Updating font cache... "
- fc-cache -fs >/dev/null
- mkfontscale /usr/share/fonts/ttc
- mkfontdir /usr/share/fonts/ttc
- echo "done"
-}
-
-post_upgrade() {
- post_install "$1"
-}
-
-post_remove() {
- post_install "$1"
-}