diff options
Diffstat (limited to 'extra/pango/Pkgfile')
-rwxr-xr-x | extra/pango/Pkgfile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/extra/pango/Pkgfile b/extra/pango/Pkgfile index d8fc0edf5..9d6908b28 100755 --- a/extra/pango/Pkgfile +++ b/extra/pango/Pkgfile @@ -6,11 +6,9 @@ # Run on: cairo,libthai,freetype,xorg-libxft,gobject-introspection name=pango -version=1.29.3 -release=2 -source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2\ - pango.modules) - +version=1.29.4 +release=1 +source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz) build() { cd $name-$version @@ -21,6 +19,4 @@ build() { make make DESTDIR=$PKG install rm -rf $PKG/usr/share/gtk-doc - install -m644 ../pango.modules $PKG/etc/pango/ - } |