[arch-commits] Commit in duplicity/trunk (PKGBUILD)

Lukas Fleischer lfleischer at archlinux.org
Mon Mar 2 14:42:35 UTC 2020


    Date: Monday, March 2, 2020 @ 14:42:34
  Author: lfleischer
Revision: 588506

upgpkg: duplicity 0.8.11-1: upstream update

Modified:
  duplicity/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-02 14:39:50 UTC (rev 588505)
+++ PKGBUILD	2020-03-02 14:42:34 UTC (rev 588506)
@@ -3,8 +3,8 @@
 # Contributor: Aaron Schaefer <aaron at elasticdog.com>
 
 pkgname=duplicity
-pkgver=0.8.10
-_pkgver=0.8.10fin1558
+pkgver=0.8.11
+_pkgver=0.8.11.1596
 pkgrel=1
 pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync algorithm.'
 arch=('x86_64')
@@ -22,9 +22,10 @@
             'python-requests-oauthlib: OneDrive backend'
             'rsync: rsync backend')
 source=("https://launchpad.net/$pkgname/0.8-series/$pkgver/+download/$pkgname-$_pkgver.tar.gz"{,.sig})
-md5sums=('3183c8ecdd6625bd3a3222159552f574'
+md5sums=('86f3d874e72767be0d729a6398f07832'
          'SKIP')
-validpgpkeys=('9D95920CED4A8D5F8B086A9F8B6F8FF4E654E600')
+validpgpkeys=('9D95920CED4A8D5F8B086A9F8B6F8FF4E654E600'
+              '9946FB5BE18E34E016DAE992330B3C2A96A9EA9C')
 
 package() {
 	cd "${srcdir}/${pkgname}-${_pkgver}"



More information about the arch-commits mailing list