summaryrefslogtreecommitdiff
path: root/community/duplicity/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/duplicity/PKGBUILD')
-rw-r--r--community/duplicity/PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/community/duplicity/PKGBUILD b/community/duplicity/PKGBUILD
index dcb1cec73..0a2b48572 100644
--- a/community/duplicity/PKGBUILD
+++ b/community/duplicity/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 59484 2011-11-26 14:33:23Z lfleischer $
+# $Id: PKGBUILD 59792 2011-11-30 10:03:59Z lfleischer $
# Maintainer: Kaiting Chen <kaitocracy@gmail.com>
# Contributor: Aaron Schaefer <aaron@elasticdog.com>
pkgname=duplicity
pkgver=0.6.17
-pkgrel=1
+pkgrel=2
pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync algorithm'
arch=('i686' 'x86_64' 'mips64el')
url='http://www.nongnu.org/duplicity/'
@@ -23,4 +23,8 @@ build() {
done
python2 setup.py install --root="$pkgdir" --optimize=1
+
+ chmod 644 $pkgdir/usr/share/man/man1/$pkgname.1
+ chmod 644 $pkgdir/usr/share/man/man1/rdiffdir.1
+ chmod 644 $pkgdir/usr/share/doc/$pkgname-$pkgver/*
}