diff options
author | root <root@rshg054.dnsready.net> | 2012-03-03 00:01:37 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-03-03 00:01:37 +0000 |
commit | d8fb549de0ef3299436c448f7b45fd8ebee8e733 (patch) | |
tree | 67a769fed7e632a9cc92478bcb7dd4e59dc22641 /community/duplicity | |
parent | b479098a1b8d7cb545339cb225a7cde4988b2748 (diff) |
Sat Mar 3 00:01:37 UTC 2012
Diffstat (limited to 'community/duplicity')
-rw-r--r-- | community/duplicity/PKGBUILD | 22 |
1 files changed, 6 insertions, 16 deletions
diff --git a/community/duplicity/PKGBUILD b/community/duplicity/PKGBUILD index 955bd64db..08e6c3236 100644 --- a/community/duplicity/PKGBUILD +++ b/community/duplicity/PKGBUILD @@ -1,21 +1,17 @@ -# $Id: PKGBUILD 62636 2012-01-23 00:53:34Z lfleischer $ +# $Id: PKGBUILD 66933 2012-03-01 18:56:05Z lfleischer $ # Maintainer: Kaiting Chen <kaitocracy@gmail.com> # Contributor: Aaron Schaefer <aaron@elasticdog.com> pkgname=duplicity -pkgver=0.6.17 -pkgrel=4 -pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync algorithm' +pkgver=0.6.18 +pkgrel=1 +pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync algorithm.' arch=('i686' 'x86_64') 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" - 'botobackend.patch' - 'duplicity-0.6.17-fix-memleak.patch') -md5sums=('36423ab4e3b9aa90c5c44d9fa93fba0f' - '49bbdc327230fe5985d18eaae37eec0c' - 'b77e98d006842414fdda9662c8081d3b') +source=("http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.gz") +md5sums=('66b5e64de43e09d3c3ff9890faf9de07') build() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -26,12 +22,6 @@ build() { sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file done - # add hotfix issued by upstream (FS#27390) - patch -p0 -i ../botobackend.patch - - # fix a memory leak (upstream bug #908228) - patch -p0 -i ../duplicity-0.6.17-fix-memleak.patch - python2 setup.py install --root="$pkgdir" --optimize=1 # fix broken documentation permissions until upstream does (FS#27301) |