summaryrefslogtreecommitdiff
path: root/nonprism/duplicity/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-01-20 05:55:22 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-01-20 06:09:26 +0100
commit6b78d89c922b0e11a5bcdf0c8714682965069c31 (patch)
tree590c2438a437113b5e1165f05c0a5fdc062edadf /nonprism/duplicity/PKGBUILD
parent828d43c6afc9db9d8d79b8f0fd2c9330f4abe525 (diff)
downloadabslibre-6b78d89c922b0e11a5bcdf0c8714682965069c31.tar.gz
abslibre-6b78d89c922b0e11a5bcdf0c8714682965069c31.tar.bz2
abslibre-6b78d89c922b0e11a5bcdf0c8714682965069c31.zip
nonprism/duplicity: updated to 0.7.15
Diffstat (limited to 'nonprism/duplicity/PKGBUILD')
-rw-r--r--nonprism/duplicity/PKGBUILD17
1 files changed, 9 insertions, 8 deletions
diff --git a/nonprism/duplicity/PKGBUILD b/nonprism/duplicity/PKGBUILD
index fe6aaa967..aeeaa1b56 100644
--- a/nonprism/duplicity/PKGBUILD
+++ b/nonprism/duplicity/PKGBUILD
@@ -1,25 +1,26 @@
# Maintainer (Arch): Lukas Fleischer <lfleischer@archlinux.org>
# Contributor (Arch): Kaiting Chen <kaitocracy@gmail.com>
# Contributor (Arch): Aaron Schaefer <aaron@elasticdog.com>
-# Maintainer: André Silva <emulatorman@hyperbola.info>
+# Contributor: André Silva <emulatorman@hyperbola.info>
+
+# parabola changes and rationale:
+# - removing recommendations for python2-boto python2-dropbox and python2-gdata
pkgname=duplicity
-pkgver=0.7.12
+pkgver=0.7.15
pkgrel=1.nonprism1
pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync algorithm, without python2-boto, python2-dropbox and python2-gdata recommendation'
-arch=('i686' 'x86_64' 'armv7h')
+arch=('x86_64' 'i686' 'armv7h')
url='http://www.nongnu.org/duplicity/'
license=('GPL')
-replaces=(${pkgname}-nonprism)
-conflicts=(${pkgname}-nonprism)
-depends=('gnupg' 'librsync' 'ncftp' 'python2-paramiko' 'python2-lockfile')
+depends=('gnupg' 'librsync' 'ncftp' 'python2-paramiko' 'python2-fasteners')
makedepends=('python2-setuptools')
optdepends=('lftp: FTPS backend'
'python2-gobject: GIO backend'
'gvfs: GIO backend'
'rsync: rsync backend')
source=("https://launchpad.net/$pkgname/0.7-series/${pkgver}/+download/$pkgname-$pkgver.tar.gz"{,.sig})
-md5sums=('29519f89f3e80d580c2b91a14be75cd9'
+md5sums=('d106f93627973026707fdcaf37a578bd'
'SKIP')
validpgpkeys=('9D95920CED4A8D5F8B086A9F8B6F8FF4E654E600')
@@ -35,7 +36,7 @@ build() {
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
-
+
python2 setup.py install --root="$pkgdir" --optimize=1
# fix broken documentation permissions until upstream does (FS#27301)