diff options
author | Greg Frost <gregfrost1@bigpond.com> | 2009-07-24 23:08:55 (GMT) |
---|---|---|
committer | Greg Frost <gregfrost1@bigpond.com> | 2009-07-24 23:08:55 (GMT) |
commit | e79c3ed3d749a3da9724c353343647297fa07eba (patch) | |
tree | 893e7a14214fd684ec5d517dec51c88c8e6c94cb /abs/extra-testing/wxgtk/PKGBUILD | |
parent | 440efd1ac969044b0b908d18063d9c4825ee0048 (diff) | |
download | linhes_pkgbuild-e79c3ed3d749a3da9724c353343647297fa07eba.zip linhes_pkgbuild-e79c3ed3d749a3da9724c353343647297fa07eba.tar.gz linhes_pkgbuild-e79c3ed3d749a3da9724c353343647297fa07eba.tar.bz2 |
wxgtk,gpac: bump to rebuild for libjpeg
Diffstat (limited to 'abs/extra-testing/wxgtk/PKGBUILD')
-rw-r--r-- | abs/extra-testing/wxgtk/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/extra-testing/wxgtk/PKGBUILD b/abs/extra-testing/wxgtk/PKGBUILD index dd0f344..d98ac43 100644 --- a/abs/extra-testing/wxgtk/PKGBUILD +++ b/abs/extra-testing/wxgtk/PKGBUILD @@ -6,12 +6,12 @@ pkgname=wxgtk pkgver=2.8.9.2 -pkgrel=1 +pkgrel=2 pkgdesc="wxGTK - GTK+ implementation of wxWidgets API for GUI" arch=('i686' 'x86_64') url="http://wxwidgets.org" license=('custom:wxWindows') -depends=('gtk2>=2.12.11' 'mesa') +depends=('gtk2>=2.12.11' 'mesa' 'libjpeg') #makedepends=('libgnomeprintui') #source=(http://downloads.sourceforge.net/wxwindows/wxGTK-${pkgver}.tar.bz2) source=(http://downloads.sourceforge.net/wxpython/wxPython-src-${pkgver}.tar.bz2) |