summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-10-24 18:37:30 +0200
committerhaawda2018-10-24 18:37:30 +0200
commitd03ad926be3665e52ec6f94092c79f5f0ef4fa3d (patch)
treece92b17c747de69f056f782d976f9009c7725a07
parent6123982ad707fc106e1208e0e1788b3607897b90 (diff)
downloadaur-d03ad926be3665e52ec6f94092c79f5f0ef4fa3d.tar.gz
update with smaller download
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c49f838c1ad..3b91f9d59f1b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = otf-ibm-plex
pkgdesc = IBM Plex Mono, Sans, and Serif typefaces in otf format
- pkgver = 1.2.0
+ pkgver = 1.2.1
pkgrel = 1
url = https://ibm.github.io/type/
arch = any
license = custom
- source = ibm-plex-1.2.0.tar.gz::https://github.com/IBM/type/archive/v1.2.0.tar.gz
- sha256sums = 706cd2b38317869c4e96bc8fcbbab8ee1921e456f71a7bc8a79d9edf6a5de3ae
+ source = ibm-plex-1.2.1-opentype.zip::https://github.com/IBM/plex/releases/download/v1.2.1/OpenType.zip
+ sha256sums = 88f445175cf038bfe11d629bb7f1ea278c82cecdbdff60c01cd0c397b03cee81
pkgname = otf-ibm-plex
diff --git a/PKGBUILD b/PKGBUILD
index b75a9f0d68e6..cebfed6e9643 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=otf-ibm-plex
-pkgver=1.2.0
+pkgver=1.2.1
pkgrel=1
pkgdesc="IBM Plex Mono, Sans, and Serif typefaces in otf format"
url="https://ibm.github.io/type/"
arch=('any')
license=('custom')
-source=("${pkgname#otf-}-$pkgver.tar.gz::https://github.com/IBM/type/archive/v$pkgver.tar.gz")
-sha256sums=('706cd2b38317869c4e96bc8fcbbab8ee1921e456f71a7bc8a79d9edf6a5de3ae')
+source=("${pkgname#otf-}-$pkgver-opentype.zip::https://github.com/IBM/plex/releases/download/v$pkgver/OpenType.zip")
+sha256sums=('88f445175cf038bfe11d629bb7f1ea278c82cecdbdff60c01cd0c397b03cee81')
package() {
- cd plex-${pkgver}
+ cd OpenType
install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE.txt
install -d "${pkgdir}"/usr/share/fonts/OTF
find . -name "*.otf" -exec install -Dm644 {} "${pkgdir}"/usr/share/fonts/OTF \;