Date: Tuesday, April 4, 2023 @ 22:40:33
  Author: grawlinson
Revision: 1435264

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   86 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-04 22:39:34 UTC (rev 1435263)
+++ PKGBUILD    2023-04-04 22:40:33 UTC (rev 1435264)
@@ -1,43 +0,0 @@
-# Maintainer: Lukas Fleischer <[email protected]>
-# Maintainer: George Rawlinson <[email protected]>
-# Contributor: Kaiting Chen <[email protected]>
-# Contributor: Aaron Schaefer <[email protected]>
-
-pkgname=duplicity
-pkgver=1.2.1
-pkgrel=1
-pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync 
algorithm'
-arch=('x86_64')
-url='https://duplicity.gitlab.io/'
-license=('GPL')
-depends=('gnupg' 'librsync' 'python-paramiko' 'python-fasteners' 
'python-future')
-makedepends=('python-setuptools-scm')
-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-pydrive2: Google Drive backend'
-            'python-requests-oauthlib: OneDrive backend'
-            'rsync: rsync backend')
-source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/duplicity/duplicity/-/archive/rel.$pkgver/duplicity-rel.$pkgver.tar.gz";)
-sha512sums=('a09a356ec491465fac248313e6b4cce96d38d7ff3d10e1cb2bf13dd67f39ca49ace84836d53deb85e5e66ab3ed61dde4e812fed40c2c45aa94116bb6b7e561d7')
-b2sums=('f0a5035b4819e9d598118bf2c9f25b198efbd96c950e0a29950c5e9bdb9953b402a536f701c08166b6aff0cbd09d2ea5376ba597b9114efb2abc5607bceec319')
-
-prepare() {
-  cd "$pkgname-rel.$pkgver"
-
-  # FS#76307 - fix version string
-  sed -e "s/\$version/$pkgver/" -i "$pkgname/__init__.py"
-}
-
-package() {
-  cd "$pkgname-rel.$pkgver"
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  # move documentation to the correct directory
-  cd "$pkgdir/usr/share/doc"
-  mv "$pkgname-$pkgver" "$pkgname"
-}

Copied: duplicity/repos/community-x86_64/PKGBUILD (from rev 1435263, 
duplicity/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-04 22:40:33 UTC (rev 1435264)
@@ -0,0 +1,43 @@
+# Maintainer: Lukas Fleischer <[email protected]>
+# Maintainer: George Rawlinson <[email protected]>
+# Contributor: Kaiting Chen <[email protected]>
+# Contributor: Aaron Schaefer <[email protected]>
+
+pkgname=duplicity
+pkgver=1.2.2
+pkgrel=1
+pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync 
algorithm'
+arch=('x86_64')
+url='https://duplicity.gitlab.io/'
+license=('GPL')
+depends=('gnupg' 'librsync' 'python-paramiko' 'python-fasteners' 
'python-future')
+makedepends=('python-setuptools-scm')
+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-pydrive2: Google Drive backend'
+            'python-requests-oauthlib: OneDrive backend'
+            'rsync: rsync backend')
+source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/duplicity/duplicity/-/archive/rel.$pkgver/duplicity-rel.$pkgver.tar.gz";)
+sha512sums=('014a60a128bfefeca80777c566f0c0f2683c8f4c93e4337cb1317a877b67a531b58789bd0e1f42dbd544e12b113a8950f6d87828ef70c3a33eed9cf28ae5e48a')
+b2sums=('569176197fd794eb8a25ed728966eabec08a7cd912f13dd0f4f9067b35c131f24298f962c4eb250766000705b99eb922db39db672bb0cb0d63dac03ab68909fe')
+
+prepare() {
+  cd "$pkgname-rel.$pkgver"
+
+  # FS#76307 - fix version string
+  sed -e "s/\$version/$pkgver/" -i "$pkgname/__init__.py"
+}
+
+package() {
+  cd "$pkgname-rel.$pkgver"
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  # move documentation to the correct directory
+  cd "$pkgdir/usr/share/doc"
+  mv "$pkgname-$pkgver" "$pkgname"
+}

Reply via email to