[arch-commits] Commit in duplicity/repos (2 files)

Felix Yan felixonmars at archlinux.org
Thu Nov 12 17:34:52 UTC 2020


    Date: Thursday, November 12, 2020 @ 17:34:52
  Author: felixonmars
Revision: 752682

archrelease: copy trunk to community-staging-x86_64

Added:
  duplicity/repos/community-staging-x86_64/
  duplicity/repos/community-staging-x86_64/PKGBUILD
    (from rev 752680, duplicity/trunk/PKGBUILD)

----------+
 PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

Copied: duplicity/repos/community-staging-x86_64/PKGBUILD (from rev 752680, duplicity/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-11-12 17:34:52 UTC (rev 752682)
@@ -0,0 +1,33 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Kaiting Chen <kaitocracy at gmail.com>
+# Contributor: Aaron Schaefer <aaron at elasticdog.com>
+
+pkgname=duplicity
+pkgver=0.8.16
+_pkgver=0.8.16
+pkgrel=2
+pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync algorithm.'
+arch=('x86_64')
+url='https://www.nongnu.org/duplicity/'
+license=('GPL')
+depends=('gnupg' 'librsync' 'python-paramiko' 'python-fasteners' 'python-future')
+makedepends=('python-setuptools')
+optdepends=('lftp: backend for ftp, ftps, fish'
+            'ncftp: alternative backend for ftp'
+            'python-boto: Amazon S3 and Google Cloud Storage backend'
+            'python-dropbox: Dropbox backend'
+            'python-gobject: GIO backend'
+            'gvfs: GIO backend'
+            'python-pydrive: Google Drive backend'
+            'python-requests-oauthlib: OneDrive backend'
+            'rsync: rsync backend')
+source=("https://launchpad.net/$pkgname/0.8-series/$pkgver/+download/$pkgname-$_pkgver.tar.gz"{,.sig})
+md5sums=('09fc65761a4b72fb58bb9af540ef7551'
+         'SKIP')
+validpgpkeys=('9D95920CED4A8D5F8B086A9F8B6F8FF4E654E600'
+              '9946FB5BE18E34E016DAE992330B3C2A96A9EA9C')
+
+package() {
+	cd "${srcdir}/${pkgname}-${_pkgver}"
+	python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list