liberation-fonts-ttf: update to 2.00.1.

This commit is contained in:
Christian Neukirchen 2014-09-06 20:57:17 +02:00
parent d09d92e033
commit 31d6215be6
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# Template build file for 'liberation-fonts-ttf'.
pkgname=liberation-fonts-ttf
version=2.00.0
revision=2
version=2.00.1
revision=1
makedepends="font-util xbps-triggers>=0.58"
depends="${makedepends}"
noarch="yes"
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2, ${pkgname}"
homepage="http://www.redhat.com/promo/fonts/"
distfiles="https://fedorahosted.org/releases/l/i/liberation-fonts/${pkgname}-${version}.tar.gz"
checksum=3b7214e7352b8e4990c71018031ecb0f40d6793f140d7a956d7345997c8c5100
checksum=7890278a6cd17873c57d9cd785c2d230d9abdea837e96516019c5885dd271504
do_install() {
vmkdir usr/share/fonts/TTF
@ -25,5 +25,5 @@ do_install() {
vinstall ${FILESDIR}/30-0-liberation-serif.conf 644 \
etc/fonts/conf.avail 30-${pkgname}-serif.conf
vinstall LICENSE 644 usr/share/licenses/${pkgname}
vlicense LICENSE
}