summaryrefslogtreecommitdiff
path: root/community/duplicity/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-09-05 13:12:44 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2013-09-05 13:12:44 +0200
commit3a2e5385d03fe27457f07f0141fbc3eefade528b (patch)
treed14a18fabc35d65a6fd4301cb90a1c0c9798c951 /community/duplicity/PKGBUILD
parent323e3d49f9e419c544cf34db4546932361f9cb91 (diff)
parentf7a2cf07dfae6a6707525e05f4f7f1998b382c4d (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/espeak/PKGBUILD core/openldap/PKGBUILD libre/audacious-plugins-libre/PKGBUILD
Diffstat (limited to 'community/duplicity/PKGBUILD')
-rw-r--r--community/duplicity/PKGBUILD21
1 files changed, 6 insertions, 15 deletions
diff --git a/community/duplicity/PKGBUILD b/community/duplicity/PKGBUILD
index 5b1d86b48..537eb1c89 100644
--- a/community/duplicity/PKGBUILD
+++ b/community/duplicity/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 92894 2013-06-18 09:01:17Z lfleischer $
+# $Id: PKGBUILD 96719 2013-09-03 12:45:13Z lfleischer $
# Maintainer: Kaiting Chen <kaitocracy@gmail.com>
# Contributor: Aaron Schaefer <aaron@elasticdog.com>
pkgname=duplicity
-pkgver=0.6.21
-pkgrel=3
+pkgver=0.6.22
+pkgrel=1
pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync algorithm.'
arch=('i686' 'x86_64' 'mips64el')
url='http://www.nongnu.org/duplicity/'
@@ -18,18 +18,9 @@ optdepends=('lftp: FTPS backend'
'python2-httplib2: Ubuntu One backend'
'python2-oauthlib: Ubuntu One backend'
'rsync: rsync backend')
-source=("http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig}
- "u1backend.patch")
-md5sums=('4ade1de475e0af64211bb6933b593057'
- '3521d679ba7dff46653313aa3b3e6855'
- 'b7aede10a3f5503ae4428a506b57486c')
-
-prepare() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- # Fix Ubuntu One backup (FS#35487, upstream revisions 912 and 913, will be fixed in 0.6.22).
- patch -p0 duplicity/backends/u1backend.py ../u1backend.patch
-}
+source=("http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
+md5sums=('5b035359a6bb7b2f3f3b9829c6c071e1'
+ 'SKIP')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"