summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2018-10-24 18:37:30 +0200
committerhaawda2018-10-24 18:37:30 +0200
commitd03ad926be3665e52ec6f94092c79f5f0ef4fa3d (patch)
treece92b17c747de69f056f782d976f9009c7725a07 /PKGBUILD
parent6123982ad707fc106e1208e0e1788b3607897b90 (diff)
downloadaur-d03ad926be3665e52ec6f94092c79f5f0ef4fa3d.tar.gz
update with smaller download
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
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 \;