[arch-commits] Commit in ttf-liberation/trunk (PKGBUILD)

Daniel M. Capella polyzen at archlinux.org
Tue Feb 23 06:42:15 UTC 2021


    Date: Tuesday, February 23, 2021 @ 06:42:14
  Author: polyzen
Revision: 869231

upgpkg: ttf-liberation 2.1.3-1

Also use `make build` to fix regression:
https://github.com/liberationfonts/liberation-fonts/pull/39

Modified:
  ttf-liberation/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-23 06:29:49 UTC (rev 869230)
+++ PKGBUILD	2021-02-23 06:42:14 UTC (rev 869231)
@@ -7,7 +7,7 @@
 # Contributor: Stefan Husmann < stefan-husmann at t-online.de>
 
 pkgname=ttf-liberation
-pkgver=2.1.2
+pkgver=2.1.3
 pkgrel=1
 pkgdesc='Font family which aims at metric compatibility with Arial, Times New Roman, and Courier New'
 arch=('any')
@@ -16,11 +16,11 @@
 makedepends=('fontforge' 'python-fonttools')
 provides=('ttf-font')
 source=("$url/archive/$pkgver/liberation-fonts-$pkgver.tar.gz")
-b2sums=('5342560cad4f006cbc27153b0fc204f0625bdead07a2a24dc84ef8477282d80a377c212a7157e8a5f69e0b546f6d4d6f2ec94a7a72aa1d82e93283d05fa47f0a')
+b2sums=('f2bd1652aea043e06ba5ae17a5284162024c9033c5749e768068402565e595674a8fa6beb98ffdb09422daa61d2b00cdd620c3fe8c35e9e738152fa05b578532')
 
 build() {
   cd liberation-fonts-$pkgver
-  make
+  make build
 }
 
 package() {



More information about the arch-commits mailing list