From 8a06e7fc03d99455c65b4a09a1d57ae3b6dad4a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Sun, 12 Jan 2014 20:17:31 -0200 Subject: python2-reportlab-libre: fix description on PKGBUILD --- libre/python2-reportlab-libre/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libre/python2-reportlab-libre') diff --git a/libre/python2-reportlab-libre/PKGBUILD b/libre/python2-reportlab-libre/PKGBUILD index 7db8fbc81..0f608f7a0 100644 --- a/libre/python2-reportlab-libre/PKGBUILD +++ b/libre/python2-reportlab-libre/PKGBUILD @@ -11,7 +11,7 @@ pkgname=python2-reportlab-libre _origname=reportlab pkgver=2.7 pkgrel=1 -pkgdesc="A proven industry-strength PDF generating solution, without nonfree Adobe T1 fonts" +pkgdesc="A proven industry-strength PDF generating solution, without nonfree Adobe T1 fonts support" arch=('i686' 'x86_64') url="http://www.reportlab.org/rl_toolkit.html" depends=('python2' 'freetype2') @@ -27,7 +27,7 @@ md5sums=('78300e6fe8a0d020fc16734a3de80cc4' build() { cd $srcdir/${_origname}-$pkgver - # remove nonfree Adobe T1 fonts + # remove nonfree Adobe T1 fonts support patch -p1 -i $srcdir/free-fonts.patch # Parabola contains those fonts from the ttf-bitstream-vera package -- cgit v1.2.3-2-g168b