summaryrefslogtreecommitdiff
path: root/community/pam_mount/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/pam_mount/PKGBUILD')
-rw-r--r--community/pam_mount/PKGBUILD13
1 files changed, 5 insertions, 8 deletions
diff --git a/community/pam_mount/PKGBUILD b/community/pam_mount/PKGBUILD
index fb054c78f..f32be3a77 100644
--- a/community/pam_mount/PKGBUILD
+++ b/community/pam_mount/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 91874 2013-05-28 17:46:11Z spupykin $
+# $Id: PKGBUILD 99385 2013-10-28 09:51:00Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributors: Sirius Bakke <sirius\at/nonline.org>
pkgname=pam_mount
-pkgver=2.13
-pkgrel=5
+pkgver=2.14
+pkgrel=1
pkgdesc="A PAM module that can mount volumes for a user session"
arch=('i686' 'x86_64')
url="http://pam-mount.sourceforge.net/"
@@ -13,14 +13,11 @@ depends=('util-linux' 'libhx>=3.12.1' 'libxml2>=2.6' 'openssl>0.9.7' 'cryptsetup
optdepends=('hxtools: If you have something like <logout wait="1000" hup="0" term="1" kill="1" /> in your config')
backup=('etc/security/pam_mount.conf.xml')
options=(!emptydirs !libtool)
-source=("http://downloads.sourceforge.net/project/pam-mount/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"
- "$pkgname-git.patch")
-md5sums=('9f75fc8e84ea9cde619cdd6a62c7de33'
- 'f018cb901eb6a18447a3a1b0a50c14dd')
+source=("http://downloads.sourceforge.net/project/pam-mount/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz")
+md5sums=('5a130e59395cb88071b22cf5519bc681')
build() {
cd -- "$srcdir/$pkgname-$pkgver"
- patch -p1 <$srcdir/$pkgname-git.patch
aclocal
libtoolize
automake --add-missing