Date: Sunday, April 10, 2011 @ 18:59:50 Author: eric Revision: 119104
upgpkg: wxgtk 2.8.12-1 Upstream update, Added libsm depends Modified: wxgtk/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-04-10 21:46:02 UTC (rev 119103) +++ PKGBUILD 2011-04-10 22:59:50 UTC (rev 119104) @@ -1,19 +1,19 @@ # $Id$ -# Maintainer: Eric Belanger <[email protected]> +# Maintainer: Eric Bélanger <[email protected]> pkgname=wxgtk -pkgver=2.8.11 -pkgrel=2 +pkgver=2.8.12 +pkgrel=1 pkgdesc="GTK+ implementation of wxWidgets API for GUI" arch=('i686' 'x86_64') url="http://wxwidgets.org" license=('custom:wxWindows') -depends=('gtk2' 'gstreamer0.10-base' 'libgl' 'libxxf86vm') +depends=('gtk2' 'gstreamer0.10-base' 'libgl' 'libxxf86vm' 'libsm') makedepends=('libgnomeprintui' 'gstreamer0.10-base-plugins' 'gconf' 'mesa') #source=(http://downloads.sourceforge.net/wxpython/wxPython-src-${pkgver}.tar.bz2) source=(http://downloads.sourceforge.net/wxwindows/wxGTK-${pkgver}.tar.bz2) -md5sums=('6040933d200037f90f6aa1c5169e7ec6') -sha1sums=('e979d9d2b1ee5bd10e90fd00b02f3306327c661a') +md5sums=('08f81ab60647308058f6ce99712b14f8') +sha1sums=('a8d31ef924ae49e97690646b13d5a2a7be7dda10') build() { # cd "${srcdir}/wxPython-src-${pkgver}"
