Date: Monday, August 3, 2020 @ 07:51:26 Author: arojas Revision: 393079
Update to 0.117 Modified: polkit/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-03 07:48:00 UTC (rev 393078) +++ PKGBUILD 2020-08-03 07:51:26 UTC (rev 393079) @@ -1,16 +1,16 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=polkit -pkgver=0.116 -pkgrel=5 +pkgver=0.117 +pkgrel=1 pkgdesc="Application development toolkit for controlling system-wide privileges" arch=(x86_64) license=(LGPL) url="https://www.freedesktop.org/wiki/Software/polkit/" -depends=(glib2 pam expat systemd js60) +depends=(glib2 pam expat systemd js68) makedepends=(intltool gtk-doc gobject-introspection git autoconf-archive) backup=(etc/pam.d/polkit-1) -_commit=941e9329f8d3d43ace8335d206365b212824e686 # tags/0.116 +_commit=585f4f2715639394e36319d4918389d26e250e7b source=("git+https://gitlab.freedesktop.org/polkit/polkit.git#commit=$_commit") sha256sums=('SKIP')
