[arch-commits] Commit in polkit/trunk (PKGBUILD)

Jan de Groot jgc at archlinux.org
Thu Apr 5 22:33:26 UTC 2018


    Date: Thursday, April 5, 2018 @ 22:33:25
  Author: jgc
Revision: 321000

upgpkg: polkit 0.114-1

Modified:
  polkit/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-05 22:23:51 UTC (rev 320999)
+++ PKGBUILD	2018-04-05 22:33:25 UTC (rev 321000)
@@ -2,15 +2,15 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=polkit
-pkgver=0.113+34+g29ba7af
+pkgver=0.114
 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 js)
+depends=(glib2 pam expat systemd js52)
 makedepends=(intltool gtk-doc gobject-introspection git autoconf-archive)
-_commit=29ba7afba1b79a325183a71966f35926dfdf506e  # master
+_commit=ed06baed179166389d536420a6fc532781d48178  # tags/0.114^0
 source=("git+https://anongit.freedesktop.org/git/polkit#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -21,6 +21,7 @@
 
 prepare() {
   cd $pkgname
+  git cherry-pick -n 373705b35e7f6c7dc83de5e0a3ce11ecd15d0409
   NOCONFIGURE=1 ./autogen.sh
 }
 



More information about the arch-commits mailing list