Date: Wednesday, October 26, 2022 @ 21:59:04 Author: grawlinson Revision: 1337000
upgpkg: duplicity 1.0.1-1; new upstream release * New upstream release * New upstream URL * New upstream source Modified: duplicity/trunk/PKGBUILD ----------+ PKGBUILD | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-26 21:49:39 UTC (rev 1336999) +++ PKGBUILD 2022-10-26 21:59:04 UTC (rev 1337000) @@ -4,11 +4,11 @@ # Contributor: Aaron Schaefer <[email protected]> pkgname=duplicity -pkgver=0.8.23 +pkgver=1.0.1 pkgrel=1 pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync algorithm' arch=('x86_64') -url='https://www.nongnu.org/duplicity/' +url='https://duplicity.gitlab.io/' license=('GPL') depends=('gnupg' 'librsync' 'python-paramiko' 'python-fasteners' 'python-future') makedepends=('python-setuptools-scm') @@ -21,16 +21,15 @@ 'python-pydrive2: 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}) -b2sums=('63042486e6e17d2d93af72f617990c879763d5921e230302f406b4f9e7c57a67284130f9f57849b9ffc8638614b55f0f8abdf6bb20201155b33b72bef952ec9f' - 'SKIP') -validpgpkeys=('9D95920CED4A8D5F8B086A9F8B6F8FF4E654E600' - '9946FB5BE18E34E016DAE992330B3C2A96A9EA9C') +source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/duplicity/duplicity/-/archive/rel.$pkgver/duplicity-rel.$pkgver.tar.gz") +sha512sums=('3f92800b8c8d090e7c613bce81382659fd057f91e383faaca281af444f4237e903aefceb412078893ff5a7159a0bc73edfe50b0ef35b84f57e7b882ffcf12d12') +b2sums=('95627724b4593018dbe626c1496b7b94bf96cdc5923aea7d7f61ca267b7c16f0b6392749e8b22a593d8ec27288e4ef9353e2144b9eb19e984095de63a43727b1') package() { - cd "${pkgname}-${pkgver}" - python setup.py install --root="$pkgdir" --optimize=1 + 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"
