diff options
author | root <root@rshg054.dnsready.net> | 2011-09-23 23:14:53 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-09-23 23:14:53 +0000 |
commit | cb2a1951e9cd1de18c0ab88c9d741e91a423fc36 (patch) | |
tree | 97c7682d2038f33c83b0b3910cea44bb38a3533f /community/duplicity | |
parent | 919a63ffc80158b2a5610fa87eb51fd5f8f724ba (diff) |
Fri Sep 23 23:14:53 UTC 2011
Diffstat (limited to 'community/duplicity')
-rw-r--r-- | community/duplicity/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/duplicity/PKGBUILD b/community/duplicity/PKGBUILD index e8278a4e0..1d03ff210 100644 --- a/community/duplicity/PKGBUILD +++ b/community/duplicity/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 43020 2011-03-23 21:31:21Z kchen $ +# $Id: PKGBUILD 55816 2011-09-22 11:26:50Z lfleischer $ # Maintainer: Kaiting Chen <kaitocracy@gmail.com> # Contributor: Aaron Schaefer <aaron@elasticdog.com> pkgname=duplicity -pkgver=0.6.12 +pkgver=0.6.15 pkgrel=1 pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync algorithm' arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ url='http://www.nongnu.org/duplicity/' license=('GPL') depends=('librsync' 'ncftp' 'python2' 'python-boto' 'python-gnupginterface') source=("http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.gz") -md5sums=('9b84c984054550bbb2ba29b553567b7b') +md5sums=('88f3c990f41fde86cd7d5af5a1bc7b81') build() { cd "${srcdir}/${pkgname}-${pkgver}" |