[arch-commits] Commit in pam_mount/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sun Dec 24 23:48:48 UTC 2017
Date: Sunday, December 24, 2017 @ 23:48:44
Author: arojas
Revision: 275879
Remove AUR optdepend, unversion dependencies
Modified:
pam_mount/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-24 23:30:57 UTC (rev 275878)
+++ PKGBUILD 2017-12-24 23:48:44 UTC (rev 275879)
@@ -4,13 +4,12 @@
pkgname=pam_mount
pkgver=2.16
-pkgrel=3
+pkgrel=4
pkgdesc="A PAM module that can mount volumes for a user session"
arch=('x86_64')
url="http://pam-mount.sourceforge.net/"
license=('GPL')
-depends=('util-linux' 'libhx>=3.12.1' 'libxml2>=2.6' 'openssl>0.9.7' 'cryptsetup>=1.1.2')
-optdepends=('hxtools: If you have something like <logout wait="1000" hup="0" term="1" kill="1" /> in your config')
+depends=('pcre' 'util-linux' 'libhx' 'libxml2' 'openssl' 'cryptsetup')
backup=('etc/security/pam_mount.conf.xml')
options=(!emptydirs)
source=("http://downloads.sourceforge.net/project/pam-mount/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz")
More information about the arch-commits
mailing list