[arch-commits] Commit in duplicity/repos/community-x86_64 (PKGBUILD PKGBUILD)

Lukas Fleischer lfleischer at archlinux.org
Sat Oct 10 13:32:22 UTC 2020


    Date: Saturday, October 10, 2020 @ 13:32:21
  Author: lfleischer
Revision: 723104

archrelease: copy trunk to community-x86_64

Added:
  duplicity/repos/community-x86_64/PKGBUILD
    (from rev 723103, duplicity/trunk/PKGBUILD)
Deleted:
  duplicity/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-10 13:32:19 UTC (rev 723103)
+++ PKGBUILD	2020-10-10 13:32:21 UTC (rev 723104)
@@ -1,33 +0,0 @@
-# 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.15
-_pkgver=0.8.15
-pkgrel=1
-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=('1c642ff2e0f661a4404c39a9c5b09ef4'
-         'SKIP')
-validpgpkeys=('9D95920CED4A8D5F8B086A9F8B6F8FF4E654E600'
-              '9946FB5BE18E34E016DAE992330B3C2A96A9EA9C')
-
-package() {
-	cd "${srcdir}/${pkgname}-${_pkgver}"
-	python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: duplicity/repos/community-x86_64/PKGBUILD (from rev 723103, duplicity/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-10 13:32:21 UTC (rev 723104)
@@ -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=1
+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