diff options
Diffstat (limited to 'extra/pango/PKGBUILD')
-rw-r--r-- | extra/pango/PKGBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/extra/pango/PKGBUILD b/extra/pango/PKGBUILD index c4d6cd0f8..269ed6e70 100644 --- a/extra/pango/PKGBUILD +++ b/extra/pango/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 196131 2013-10-07 11:53:20Z jgc $ +# $Id: PKGBUILD 198364 2013-10-30 14:25:12Z allan $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=pango @@ -9,7 +9,6 @@ arch=('i686' 'x86_64' 'mips64el') license=('LGPL') depends=('libthai' 'cairo' 'libxft' 'harfbuzz') makedepends=('harfbuzz' 'fontconfig' 'cairo' 'libxft' 'libthai' 'gobject-introspection') -options=('!libtool') install=pango.install source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz) url="http://www.pango.org/" |