diff options
Diffstat (limited to 'libre')
-rw-r--r-- | libre/python2-reportlab-libre/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
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 |