diff options
author | root <root@rshg054.dnsready.net> | 2011-11-27 23:14:57 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-11-27 23:14:57 +0000 |
commit | 495674534c45d86d3ad9149cdba75ca0bbbe1a0e (patch) | |
tree | fedd73618682db59faeb8a7ce47ae753d9995845 /community/duplicity | |
parent | d5d697136e6d703fa618b3fb08915eef50d4d4de (diff) |
Sun Nov 27 23:14:57 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 13d46f2d5..847c75f38 100644 --- a/community/duplicity/PKGBUILD +++ b/community/duplicity/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 58556 2011-11-14 12:40:26Z lfleischer $ +# $Id: PKGBUILD 59484 2011-11-26 14:33:23Z lfleischer $ # Maintainer: Kaiting Chen <kaitocracy@gmail.com> # Contributor: Aaron Schaefer <aaron@elasticdog.com> pkgname=duplicity -pkgver=0.6.16 +pkgver=0.6.17 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=('55996756a5bc9743add738cfcba2dda2') +md5sums=('36423ab4e3b9aa90c5c44d9fa93fba0f') build() { cd "${srcdir}/${pkgname}-${pkgver}" |