diff options
Diffstat (limited to 'gtk-vnc/Pkgfile')
-rw-r--r-- | gtk-vnc/Pkgfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk-vnc/Pkgfile b/gtk-vnc/Pkgfile index 20f46a2..3268efc 100644 --- a/gtk-vnc/Pkgfile +++ b/gtk-vnc/Pkgfile @@ -6,13 +6,13 @@ # Run on: gtk3,pygtk,gnutls name=gtk-vnc -version=0.4.3 +version=0.4.4 release=1 -source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2) +source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz) build() { cd $name-$version - PYTHON=python2 ./configure --prefix=/usr \ + PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ --with-python \ --with-examples \ --with-gtk=3.0 |