summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorreplabrobin2016-03-21 22:00:35 +0000
committerreplabrobin2016-03-21 22:00:35 +0000
commit29363e8854403b716da4b58cdc6bf911ae66c6d7 (patch)
tree6b708ab746dcee0da6bd2374754eed336cdc3198 /PKGBUILD
parentc5ed85e2565e6158a3235d3d3b25b9ae828a0e81 (diff)
downloadaur-29363e8854403b716da4b58cdc6bf911ae66c6d7.tar.gz
depend on js not js185
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b710376a9ab7..05271f62d309 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=polkit-consolekit
pkgver=0.113
-pkgrel=2
+pkgrel=3
pkgdesc="PolicyKit with ConsoleKit support for non-systemd systems"
arch=('i686' 'x86_64')
license=('LGPL')
url="http://www.freedesktop.org/wiki/Software/polkit"
-depends=('glib2' 'pam' 'expat' 'js185')
+depends=('glib2' 'pam' 'expat' 'js')
makedepends=('intltool' 'gtk-doc' 'gobject-introspection')
provides=("polkit=$pkgver")
conflicts=('polkit')