diff options
author | tnut <tnut at nutyx dot com> | 2011-09-19 20:30:40 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-09-19 20:30:40 +0200 |
commit | 849e6e4d6a1961abba2e3d9e47c4f19fdf32b554 (patch) | |
tree | 659dcc582c2a7fc01d29dd0d29cd1847176c9190 /extra/pango/Pkgfile | |
parent | 82bb8484b15db0a62cd5418026737a2a2e5340b3 (diff) | |
download | nutyx-pakxe-849e6e4d6a1961abba2e3d9e47c4f19fdf32b554.tar.gz nutyx-pakxe-849e6e4d6a1961abba2e3d9e47c4f19fdf32b554.tar.bz2 nutyx-pakxe-849e6e4d6a1961abba2e3d9e47c4f19fdf32b554.tar.xz nutyx-pakxe-849e6e4d6a1961abba2e3d9e47c4f19fdf32b554.zip |
pango, maj 1.29.3-2
Diffstat (limited to 'extra/pango/Pkgfile')
-rwxr-xr-x | extra/pango/Pkgfile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/extra/pango/Pkgfile b/extra/pango/Pkgfile index 03a58b7db..d8fc0edf5 100755 --- a/extra/pango/Pkgfile +++ b/extra/pango/Pkgfile @@ -6,7 +6,7 @@ # Run on: cairo,libthai,freetype,xorg-libxft,gobject-introspection name=pango -version=1.28.3 +version=1.29.3 release=2 source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2\ pango.modules) @@ -24,4 +24,3 @@ build() { install -m644 ../pango.modules $PKG/etc/pango/ } - |