summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpicokan2023-07-25 09:03:22 +0100
committerpicokan2023-07-25 09:03:22 +0100
commit607415c776d3038806654b86cefb589f6291db7f (patch)
tree968b280f877b8688c5e45d927c923defff8cd07d /PKGBUILD
parent08b95301e6703c256a73776cc15ce1ed90a23c8b (diff)
downloadaur-607415c776d3038806654b86cefb589f6291db7f.tar.gz
Removed unneeded dependency that is also no longer in the official repos.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6afab3282139..db02f68aa250 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,12 +7,12 @@
pkgname=polkit-consolekit
pkgver=122
-pkgrel=2
+pkgrel=3
pkgdesc="PolicyKit with ConsoleKit support for non-systemd systems"
arch=('i686' 'x86_64')
license=('LGPL')
url="https://gitlab.freedesktop.org/polkit/polkit"
-depends=('glib2' 'pam' 'expat' 'js78' 'duktape')
+depends=('glib2' 'pam' 'expat' 'duktape')
makedepends=('meson' 'gtk-doc' 'gobject-introspection')
provides=(
polkit=$pkgver