Date: Tuesday, March 30, 2010 @ 14:47:52 Author: ibiru Revision: 74308
update to 2.39 Modified: libxml++/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-03-30 18:41:41 UTC (rev 74307) +++ PKGBUILD 2010-03-30 18:47:52 UTC (rev 74308) @@ -2,20 +2,20 @@ # Maintainer: damir <[email protected]> pkgname=libxml++ -pkgver=2.26.0 +pkgver=2.30.0 pkgrel=1 pkgdesc="C++ bindings to libxml2" -arch=(i686 x86_64) +arch=('i686' 'x86_64') license=('LGPL') url="http://libxmlplusplus.sourceforge.net/" -depends=('libxml2>=2.7.3' 'glibmm>=2.20.0') +depends=('libxml2>=2.7.7' 'glibmm>=2.24.0') makedepends=('pkgconfig') options=('!libtool' '!emptydirs') replaces=('libxml++2') provides=("libxml++2=${pkgver}") conflicts=('libxml++2') -source=(http://ftp.gnome.org/pub/GNOME/sources/libxml++/2.26/libxml++-${pkgver}.tar.bz2) -md5sums=('a52fc7e6e44bb5cc187672930b843f72') +source=(http://ftp.gnome.org/pub/GNOME/sources/libxml++/2.30/libxml++-${pkgver}.tar.bz2) +sha256sums=('f3957b1c1e5d25be6d8dd0f409ad7d8b0dd71bfa57e53ec9f866824669e2f7c1') build() { cd "${srcdir}/libxml++-${pkgver}"
