diff options
author | root <root@rshg054.dnsready.net> | 2013-04-23 01:16:16 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-04-23 01:16:16 -0700 |
commit | d1d93fafb9ef98fdd0c9a5a486c179c03cbbfb33 (patch) | |
tree | da594e49962aa1b32a81dd8066423c4fd5fdcec6 /extra/polkit/PKGBUILD | |
parent | a5f6ca5d4e1aa12dfec53c3061df6e0198126fb4 (diff) |
Tue Apr 23 01:16:16 PDT 2013
Diffstat (limited to 'extra/polkit/PKGBUILD')
-rw-r--r-- | extra/polkit/PKGBUILD | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/extra/polkit/PKGBUILD b/extra/polkit/PKGBUILD index 412f69cbc..d7e987d38 100644 --- a/extra/polkit/PKGBUILD +++ b/extra/polkit/PKGBUILD @@ -1,16 +1,15 @@ -# $Id: PKGBUILD 180235 2013-03-18 18:19:32Z jgc $ +# $Id: PKGBUILD 183452 2013-04-21 22:11:58Z heftig $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=polkit pkgver=0.110 -pkgrel=1 +pkgrel=2 pkgdesc="Application development toolkit for controlling system-wide privileges" arch=(i686 x86_64) -license=('LGPL') +license=(LGPL) url="http://www.freedesktop.org/wiki/Software/polkit" -depends=('glib2' 'pam' 'expat' 'libsystemd' 'js') -makedepends=('intltool' 'gtk-doc' 'gobject-introspection') -replaces=('policykit') +depends=(glib2 pam expat libsystemd js185) +makedepends=(intltool gtk-doc gobject-introspection) options=('!libtool') install=polkit.install source=(http://www.freedesktop.org/software/polkit/releases/$pkgname-$pkgver.tar.gz |