diff options
author | root <root@rshg054.dnsready.net> | 2013-03-09 00:04:40 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-03-09 00:04:40 -0800 |
commit | 92eac63df242654434dceb000bac083f6e81a6b9 (patch) | |
tree | 322b4e24c165c3064505d5dac1a3172f9a28151d /community/ecryptfs-utils | |
parent | 53d9a0cf7cf894f08a1f6736b8f8440bd7b18a59 (diff) |
Sat Mar 9 00:04:39 PST 2013
Diffstat (limited to 'community/ecryptfs-utils')
-rw-r--r-- | community/ecryptfs-utils/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/ecryptfs-utils/PKGBUILD b/community/ecryptfs-utils/PKGBUILD index f90fe4a60..bf53aa08d 100644 --- a/community/ecryptfs-utils/PKGBUILD +++ b/community/ecryptfs-utils/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 80488 2012-11-22 19:34:12Z tredaelli $ +# $Id: PKGBUILD 85885 2013-03-08 11:10:34Z tredaelli $ # Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com> # Contributor: Richard Murri <admin@richardmurri.com> # Contributor: Michal Krenek <mikos@sg1.cz> pkgname=ecryptfs-utils -pkgver=101 +pkgver=103 pkgrel=1 arch=('i686' 'x86_64') pkgdesc="Enterprise-class stacked cryptographic filesystem for Linux" @@ -16,8 +16,8 @@ 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=('7a17714b2e4555a79d464e260b179f4f' - '51e24e3252deabec2b91811545805397') +md5sums=('39929d850edd24b175ff0c82722e0de1' + '1fc46fb18d662315c8d4cb13b0e618c0') build() { cd "$srcdir/${pkgname}-${pkgver}" |