[arch-commits] Commit in duplicity/trunk (1058.patch PKGBUILD)
Lukas Fleischer
lfleischer at archlinux.org
Thu Jan 29 10:04:01 UTC 2015
Date: Thursday, January 29, 2015 @ 11:04:01
Author: lfleischer
Revision: 126742
upgpkg: duplicity 0.7.01-2
Add upstream fix (fixes FS#43510).
Added:
duplicity/trunk/1058.patch
Modified:
duplicity/trunk/PKGBUILD
------------+
1058.patch | 10 ++++++++++
PKGBUILD | 13 ++++++++++---
2 files changed, 20 insertions(+), 3 deletions(-)
Added: 1058.patch
===================================================================
--- 1058.patch (rev 0)
+++ 1058.patch 2015-01-29 10:04:01 UTC (rev 126742)
@@ -0,0 +1,10 @@
+=== modified file 'duplicity/backends/botobackend.py'
+--- duplicity/backends/botobackend.py 2014-12-17 10:35:11 +0000
++++ duplicity/backends/botobackend.py 2015-01-17 16:42:21 +0000
+@@ -31,4 +31,4 @@
+ duplicity.backend.register_backend("gs", BotoBackend)
+ duplicity.backend.register_backend("s3", BotoBackend)
+ duplicity.backend.register_backend("s3+http", BotoBackend)
+-duplicity.backend.uses_netloc.extend([ 'gs', 's3', 's3+http' ])
++duplicity.backend.uses_netloc.extend([ 's3' ])
+
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-01-29 09:53:22 UTC (rev 126741)
+++ PKGBUILD 2015-01-29 10:04:01 UTC (rev 126742)
@@ -5,7 +5,7 @@
pkgname=duplicity
pkgver=0.7.01
-pkgrel=1
+pkgrel=2
pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync algorithm.'
arch=('i686' 'x86_64')
url='http://www.nongnu.org/duplicity/'
@@ -19,11 +19,18 @@
'gvfs: GIO backend'
'python2-gdata: Google Docs backend'
'rsync: rsync backend')
-source=("https://launchpad.net/$pkgname/0.7-series/${pkgver}/+download/$pkgname-$pkgver.tar.gz"{,.sig})
+source=("https://launchpad.net/$pkgname/0.7-series/${pkgver}/+download/$pkgname-$pkgver.tar.gz"{,.sig}
+ 1058.patch)
md5sums=('de6ce2b7336f45e9b39a3b83030a29f5'
- 'SKIP')
+ 'SKIP'
+ '63a59f9295b9651b91065aa3e623c48b')
validpgpkeys=('9D95920CED4A8D5F8B086A9F8B6F8FF4E654E600')
+prepare() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ patch -p0 -i ../1058.patch
+}
+
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
More information about the arch-commits
mailing list