Date: Sunday, February 27, 2011 @ 15:11:29 Author: ibiru Revision: 111598
upgpkg: polkit 0.100-1 update to 0.100 Modified: polkit/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-02-27 19:59:16 UTC (rev 111597) +++ PKGBUILD 2011-02-27 20:11:29 UTC (rev 111598) @@ -2,19 +2,19 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=polkit -pkgver=0.99 +pkgver=0.100 pkgrel=1 pkgdesc="Application development toolkit for controlling system-wide privileges" arch=(i686 x86_64) license=('LGPL') url="http://www.freedesktop.org/wiki/Software/PolicyKit" -depends=('glib2>=2.26.0' 'pam' 'expat>=2.0.1') -makedepends=('intltool>=0.41.1' 'gtk-doc>=1.15' 'gobject-introspection>=0.9.5') +depends=('glib2' 'pam' 'expat') +makedepends=('intltool' 'gtk-doc' 'gobject-introspection') replaces=('policykit') options=('!libtool') source=(http://hal.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz polkit.pam) -md5sums=('fcc4d7b19c08ad54d3ce0eae0ab12398' +md5sums=('9f957bf046ff5a32b0fa0ffe1e35c09c' '6564f95878297b954f0572bc1610dd15') build() {
