diff options
Diffstat (limited to 'community/ecryptfs-utils/PKGBUILD')
-rw-r--r-- | community/ecryptfs-utils/PKGBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/community/ecryptfs-utils/PKGBUILD b/community/ecryptfs-utils/PKGBUILD index 574f2e6bc..09a7350f6 100644 --- a/community/ecryptfs-utils/PKGBUILD +++ b/community/ecryptfs-utils/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 92248 2013-06-03 11:15:14Z allan $ +# $Id: PKGBUILD 99733 2013-10-30 23:22:59Z allan $ # Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com> # Contributor: Richard Murri <admin@richardmurri.com> # Contributor: Michal Krenek <mikos@sg1.cz> @@ -15,7 +15,6 @@ depends=('keyutils' 'nss' 'openssl') optdepends=('python2: for python module') source=("http://launchpad.net/ecryptfs/trunk/${pkgver}/+download/${pkgname}_${pkgver}.orig.tar.gz" "${pkgname}_${pkgver}.orig.tar.gz.sig::http://launchpad.net/ecryptfs/trunk/${pkgver}/+download/..-${pkgname}_${pkgver}.orig.tar.gz.asc") -options=(!libtool) md5sums=('39929d850edd24b175ff0c82722e0de1' '1fc46fb18d662315c8d4cb13b0e618c0') |