summaryrefslogtreecommitdiff
path: root/community/ecryptfs-utils
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-11-24 14:34:05 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-11-24 14:34:05 +0100
commitee6ba8d4dcf31aa630641953009a27b3fd700faa (patch)
treee0b23465af10683570926837a56ade01adc17307 /community/ecryptfs-utils
parentd090dd0cd7b9488aebc92281720a0c5804950f32 (diff)
parentc65624e6d74bffd70dcd67cc28448b5a50596efb (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/ecryptfs-utils/PKGBUILD community/pylibacl/PKGBUILD extra/kwebkitpart/PKGBUILD extra/php/PKGBUILD extra/qhull/PKGBUILD kde-unstable/kdegames-kigo/PKGBUILD kde-unstable/kdeutils-print-manager/PKGBUILD
Diffstat (limited to 'community/ecryptfs-utils')
-rw-r--r--community/ecryptfs-utils/PKGBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/community/ecryptfs-utils/PKGBUILD b/community/ecryptfs-utils/PKGBUILD
index b242a1b3f..e0126243d 100644
--- a/community/ecryptfs-utils/PKGBUILD
+++ b/community/ecryptfs-utils/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 74862 2012-08-07 15:20:01Z tredaelli $
+# $Id: PKGBUILD 80488 2012-11-22 19:34:12Z tredaelli $
# Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com>
# Contributor: Richard Murri <admin@richardmurri.com>
# Contributor: Michal Krenek <mikos@sg1.cz>
pkgname=ecryptfs-utils
-pkgver=100
-pkgrel=2
+pkgver=101
+pkgrel=1
arch=('i686' 'x86_64' 'mips64el')
pkgdesc="Enterprise-class stacked cryptographic filesystem for Linux"
url="https://launchpad.net/ecryptfs"
@@ -13,9 +13,11 @@ license=('GPL')
makedepends=('swig' 'intltool' 'gettext' 'python2')
depends=('keyutils' 'nss' 'openssl')
optdepends=('python2: for python module')
-source=("http://launchpad.net/ecryptfs/trunk/${pkgver}/+download/${pkgname}_${pkgver}.orig.tar.gz")
+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=('efaa5eabbd368268874536036397f73b')
+md5sums=('7a17714b2e4555a79d464e260b179f4f'
+ '51e24e3252deabec2b91811545805397')
build() {
cd "$srcdir/${pkgname}-${pkgver}"