Date: Sunday, April 7, 2019 @ 19:09:45 Author: sangy Revision: 450322
upgpkg: ttf-ibm-plex 1.4.1-1 Modified: ttf-ibm-plex/trunk/PKGBUILD ----------+ PKGBUILD | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-04-07 18:32:23 UTC (rev 450321) +++ PKGBUILD 2019-04-07 19:09:45 UTC (rev 450322) @@ -1,5 +1,4 @@ # Maintainer: Santiago Torres-Arias <[email protected]> -# Contributor: Alexander F. Rødseth <[email protected]> # Contributor: Aleksandar Trifunović <akstrfn at gmail dot com> # Contributor: Matt Spaulding <matt at mattops dot io> # Contributor: pyjano <pyjano at protonmail dot com> @@ -6,16 +5,17 @@ # Contributor: Stefan Husmann <[email protected]> pkgname=ttf-ibm-plex -pkgver=1.3.1 +pkgver=1.4.1 pkgrel=1 pkgdesc="IBM Plex Mono, Sans, and Serif" arch=('any') url='https://github.com/IBM/plex' -license=(custom:OFL) -depends=(fontconfig xorg-font-utils) -source=("$pkgname-$pkgver.zip::$url/releases/download/v$pkgver/TrueType.zip") -sha256sums=('428d64e8e03fa8326ed79d6ea72e7b1c9e816181c846c7d07fd21ee55aec4011') +license=('custom:OFL') +depends=('fontconfig' 'xorg-font-utils') +source=("${url}/releases/download/v${pkgver}/TrueType.zip") +sha256sums=('71eb5049da9079bf6ea924ad877f4d08b3d6e0774dc9e035b857fbb3459da0bc') +conflicts=('ibm-plex-fonts') package() { cd TrueType @@ -24,5 +24,3 @@ # All the other licenses are the same as the one here... install -Dm644 IBM-Plex-Mono/license.txt -t "${pkgdir}/usr/share/licenses/${pkgname}" } - -# vim: ts=2 sw=2 et:
