diff options
Diffstat (limited to 'community/ecryptfs-utils')
-rw-r--r-- | community/ecryptfs-utils/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/ecryptfs-utils/PKGBUILD b/community/ecryptfs-utils/PKGBUILD index f566c9b71..2eddb8588 100644 --- a/community/ecryptfs-utils/PKGBUILD +++ b/community/ecryptfs-utils/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 72650 2012-06-18 12:31:36Z tredaelli $ +# $Id: PKGBUILD 73892 2012-07-16 14:01:48Z tredaelli $ # Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com> # Contributor: Richard Murri <admin@richardmurri.com> # Contributor: Michal Krenek <mikos@sg1.cz> pkgname=ecryptfs-utils -pkgver=97 +pkgver=99 pkgrel=1 arch=('i686' 'x86_64') pkgdesc="Enterprise-class stacked cryptographic filesystem for Linux" @@ -14,7 +14,7 @@ makedepends=('swig' 'intltool' 'gettext') depends=('keyutils' 'nss' 'python2') source=("http://launchpad.net/ecryptfs/trunk/${pkgver}/+download/${pkgname}_${pkgver}.orig.tar.gz") options=(!libtool) -md5sums=('74e8cacd5fa641075419ec02f6312421') +md5sums=('17ef9190c6d078845e19d3e9a7d8ef7a') build() { cd "$srcdir/${pkgname}-${pkgver}" |