[arch-commits] Commit in duplicity/trunk (PKGBUILD)

Lukas Fleischer lfleischer at archlinux.org
Tue Jan 13 21:43:28 UTC 2015


    Date: Tuesday, January 13, 2015 @ 22:43:27
  Author: lfleischer
Revision: 125883

upgpkg: duplicity 0.7.01-1

* Upstream update.
* Add python2-dropbox optdepend (fixes FS#42945).

Modified:
  duplicity/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-13 21:38:37 UTC (rev 125882)
+++ PKGBUILD	2015-01-13 21:43:27 UTC (rev 125883)
@@ -4,7 +4,7 @@
 # Contributor: Aaron Schaefer <aaron at elasticdog.com>
 
 pkgname=duplicity
-pkgver=0.7.0
+pkgver=0.7.01
 pkgrel=1
 pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync algorithm.'
 arch=('i686' 'x86_64')
@@ -14,13 +14,15 @@
 makedepends=('python2-setuptools')
 optdepends=('lftp: FTPS backend'
             'python2-boto: Amazon S3 and Google Cloud Storage backend'
+            'python2-dropbox: Dropbox backend'
             'python2-gobject: GIO backend'
             'gvfs: GIO backend'
             'python2-gdata: Google Docs backend'
             'rsync: rsync backend')
-source=("https://launchpad.net/$pkgname/0.7-series/${pkgver}0/+download/$pkgname-$pkgver.tar.gz"{,.sig})
-md5sums=('1408856ecdfc2ec7fcf7e384fd87384d'
+source=("https://launchpad.net/$pkgname/0.7-series/${pkgver}/+download/$pkgname-$pkgver.tar.gz"{,.sig})
+md5sums=('de6ce2b7336f45e9b39a3b83030a29f5'
          'SKIP')
+validpgpkeys=('9D95920CED4A8D5F8B086A9F8B6F8FF4E654E600')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



More information about the arch-commits mailing list