From 530e6e88786befa5d1bcd569e480f1b9fec5b102 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 20 Jun 2012 00:01:41 +0000 Subject: Wed Jun 20 00:01:41 UTC 2012 --- community/ecryptfs-utils/PKGBUILD | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'community/ecryptfs-utils') diff --git a/community/ecryptfs-utils/PKGBUILD b/community/ecryptfs-utils/PKGBUILD index f6fbf591c..f566c9b71 100644 --- a/community/ecryptfs-utils/PKGBUILD +++ b/community/ecryptfs-utils/PKGBUILD @@ -1,28 +1,24 @@ -# $Id: PKGBUILD 71565 2012-05-29 11:01:34Z tredaelli $ +# $Id: PKGBUILD 72650 2012-06-18 12:31:36Z tredaelli $ # Maintainer: Timothy Redaelli # Contributor: Richard Murri # Contributor: Michal Krenek pkgname=ecryptfs-utils -pkgver=96 -pkgrel=3 +pkgver=97 +pkgrel=1 arch=('i686' 'x86_64') pkgdesc="Enterprise-class stacked cryptographic filesystem for Linux" url="https://launchpad.net/ecryptfs" license=('GPL') makedepends=('swig' 'intltool' 'gettext') depends=('keyutils' 'nss' 'python2') -source=("http://launchpad.net/ecryptfs/trunk/${pkgver}/+download/${pkgname}_${pkgver}.orig.tar.gz" - symlinked_mtab.patch) +source=("http://launchpad.net/ecryptfs/trunk/${pkgver}/+download/${pkgname}_${pkgver}.orig.tar.gz") options=(!libtool) -md5sums=('4f92c9f6e8f62ac00ca7e2c4e480f1d7' - '7740ed69601cfc75bb96c9ad072dfdb4') +md5sums=('74e8cacd5fa641075419ec02f6312421') build() { cd "$srcdir/${pkgname}-${pkgver}" ./configure --prefix=/usr --with-pamdir=/usr/lib/security PYTHON=python2 - # Apply patch to detect if /etc/mtab is a symlink. - patch src/libecryptfs/main.c < "$srcdir/symlinked_mtab.patch" make } -- cgit v1.2.3-54-g00ecf