Date: Monday, December 21, 2020 @ 06:21:17 Author: polyzen Revision: 780839
upgpkg: ttf-liberation 2.1.2-1 Modified: ttf-liberation/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-12-21 05:15:30 UTC (rev 780838) +++ PKGBUILD 2020-12-21 06:21:17 UTC (rev 780839) @@ -7,16 +7,16 @@ # Contributor: Stefan Husmann < [email protected]> pkgname=ttf-liberation -pkgver=2.1.1 +pkgver=2.1.2 pkgrel=1 -pkgdesc='Red Hats Liberation fonts' +pkgdesc='Font family which aims at metric compatibility with Arial, Times New Roman, and Courier New' arch=('any') +url=https://github.com/liberationfonts/liberation-fonts license=('custom:OFL') -url=https://github.com/liberationfonts/liberation-fonts makedepends=('fontforge' 'python-fonttools') provides=('ttf-font') source=("$url/archive/$pkgver/liberation-fonts-$pkgver.tar.gz") -sha512sums=('25de431b1ce71b9dd710757430ad3a5c370ce3e7f3a172fec96dbe578e778c8653c949c973382d791cef1807c7f7bf966784254ebb53e09169f861e3d35d16de') +b2sums=('5342560cad4f006cbc27153b0fc204f0625bdead07a2a24dc84ef8477282d80a377c212a7157e8a5f69e0b546f6d4d6f2ec94a7a72aa1d82e93283d05fa47f0a') build() { cd liberation-fonts-$pkgver @@ -25,10 +25,7 @@ package() { cd liberation-fonts-$pkgver - install -Dm644 -t "$pkgdir/usr/share/fonts/${pkgname#ttf-}" \ liberation-fonts-ttf-$pkgver/*.ttf - - # install license install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE }
