Date: Saturday, July 2, 2011 @ 08:28:56 Author: ibiru Revision: 130095
update to 0.4.7 Modified: libproxy/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-07-02 07:58:42 UTC (rev 130094) +++ PKGBUILD 2011-07-02 12:28:56 UTC (rev 130095) @@ -2,22 +2,21 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=libproxy -pkgver=0.4.6 -pkgrel=7 +pkgver=0.4.7 +pkgrel=1 pkgdesc="A library that provides automatic proxy configuration management" arch=(i686 x86_64) license=('LGPL') depends=('gcc-libs') -optdepends=('gconf: GNOME configuration module' - 'kdelibs: KDE configuration module' +optdepends=('kdelibs: KDE configuration module' 'networkmanager: NetworkManager configuration module' 'perl: Perl bindings' 'python2: Python bindings') -makedepends=('gconf' 'cmake' 'networkmanager' 'automoc4' 'python2' 'kdelibs' 'perl') +makedepends=('cmake' 'networkmanager' 'automoc4' 'python2' 'kdelibs' 'perl' 'namcap') url="http://libproxy.googlecode.com" source=(http://libproxy.googlecode.com/files/${pkgname}-${pkgver}.tar.gz) options=('!libtool') -md5sums=('199c6b120baf1f7258a55f38d5ec74f5') +md5sums=('509e03a488a61cd62bfbaf3ab6a2a7a5') build() { cd "${srcdir}"
