diff options
-rw-r--r-- | community/ecryptfs-utils/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/ecryptfs-utils/APKBUILD b/community/ecryptfs-utils/APKBUILD index 68d1c39ed5..580794bf00 100644 --- a/community/ecryptfs-utils/APKBUILD +++ b/community/ecryptfs-utils/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Timo Teräs <timo.teras@iki.fi> pkgname=ecryptfs-utils pkgver=111 -pkgrel=2 +pkgrel=3 pkgdesc="Enterprise-class stacked cryptographic filesystem for Linux" -url="https://launchpad.net/ecryptfs" +url="http://ecryptfs.org/" arch="all" license="GPL" -depends="cryptsetup rsync" +depends="cryptsetup keyutils gettext rsync" depends_dev="keyutils-dev linux-pam-dev nss-dev linux-headers" makedepends="$depends_dev swig intltool gettext python2-dev perl-dev" install="" |