summaryrefslogtreecommitdiff
path: root/libre/python2-reportlab-libre
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-01-12 20:17:31 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-01-12 20:17:31 -0200
commit8a06e7fc03d99455c65b4a09a1d57ae3b6dad4a2 (patch)
treeff043e9a3ee4e323d1cacc4f9b190142c4d50384 /libre/python2-reportlab-libre
parentc224286cdf0c3a7d8a3cf0327eca9509e700d877 (diff)
python2-reportlab-libre: fix description on PKGBUILD
Diffstat (limited to 'libre/python2-reportlab-libre')
-rw-r--r--libre/python2-reportlab-libre/PKGBUILD4
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