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

Maxim Baz maximbaz at archlinux.org
Sat Mar 9 18:18:23 UTC 2019


    Date: Saturday, March 9, 2019 @ 18:18:23
  Author: maximbaz
Revision: 438614

xsecurelock: add missing deps, fixes FS#61408

Modified:
  xsecurelock/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-09 17:55:22 UTC (rev 438613)
+++ PKGBUILD	2019-03-09 18:18:23 UTC (rev 438614)
@@ -3,12 +3,12 @@
 # Contributor: Johannes Wienke <languitar at semipol.de>
 pkgname=xsecurelock
 pkgver=1.2
-pkgrel=5
+pkgrel=6
 pkgdesc="X11 screen lock utility with security in mind"
 arch=('x86_64')
 url="https://github.com/google/xsecurelock"
 license=('APACHE')
-depends=('pam' 'libxcomposite' 'libxmu')
+depends=('pam' 'libxcomposite' 'libxmu' 'libxft' 'libxrandr' 'libxss')
 optdepends=('mplayer: for the saver_mplayer module'\
             'mpv: for the saver_mpv module'\
             'imagemagick: for the auth_pamtester module'\



More information about the arch-commits mailing list