summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2021-03-31 00:47:48 -0600
committerBrian Bidulock2021-03-31 00:47:48 -0600
commite6dc9e8e0d3743c5dff8887218fb7a7a23ee15c3 (patch)
tree44b98ac20296c8f58f1b473925a3faf7e03ffcf0
parent74271735e41aee8848284d46ce5f0c636c09c14a (diff)
downloadaur-e6dc9e8e0d3743c5dff8887218fb7a7a23ee15c3.tar.gz
uppkg
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef69f3ddbb77..1efb0fa4d2a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = polkit-git
pkgdesc = Application development toolkit for controlling system-wide privileges
- pkgver = 0.115.r7.g42227b5
+ pkgver = 0.118.r12.g2c8287f
pkgrel = 1
epoch = 1
url = https://www.freedesktop.org/wiki/Software/polkit/
@@ -17,11 +17,11 @@ pkgbase = polkit-git
depends = pam
depends = expat
depends = systemd
- depends = js52
+ depends = js78
provides = polkit
conflicts = polkit
options = !emptydirs
- source = polkit-git::git+http://anongit.freedesktop.org/git/polkit.git
+ source = polkit-git::git+https://gitlab.freedesktop.org/polkit/polkit.git
sha256sums = SKIP
pkgname = polkit-git
diff --git a/PKGBUILD b/PKGBUILD
index 3f69aef56b9a..7954f5496199 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,22 @@
-# $Id: PKGBUILD 210524 2014-04-14 20:07:24Z jgc $
# Maintainer: Brian Bidulock <bidulock@openss7.org>
# Contributor: Jan de Groot <jgc@archlinux.org>
# Contributor: Aline Freitas <aline@alinefreitas.com.br>
pkgname=polkit-git
-pkgver=0.115.r7.g42227b5
+pkgver=0.118.r12.g2c8287f
pkgrel=1
epoch=1
pkgdesc="Application development toolkit for controlling system-wide privileges"
arch=(i686 x86_64)
license=(LGPL)
url="https://www.freedesktop.org/wiki/Software/polkit/"
-depends=(glib2 pam expat systemd js52)
+depends=(glib2 pam expat systemd js78)
makedepends=(intltool gtk-doc gobject-introspection git autoconf-archive python-six)
provides=('polkit')
conflicts=('polkit')
options=('!emptydirs')
-source=($pkgname::git+http://anongit.freedesktop.org/git/polkit.git)
+#source=($pkgname::git+http://anongit.freedesktop.org/git/polkit.git)
+source=($pkgname::git+https://gitlab.freedesktop.org/polkit/polkit.git)
sha256sums=('SKIP')
pkgver() {