diff --git a/community/duplicity/APKBUILD b/community/duplicity/APKBUILD
index b0d6766280d3435ce37ec277642e6a5e9fc4190e..fdb38761ea635d7633621f9b3c7e893025765af4 100644
--- a/community/duplicity/APKBUILD
+++ b/community/duplicity/APKBUILD
@@ -3,12 +3,12 @@
 # Maintainer:  Matt Smith <mcs@darkregion.net>
 pkgname=duplicity
 pkgver=0.8.20
-pkgrel=0
+pkgrel=1
 pkgdesc="Encrypted bandwidth-efficient backup using the rsync algorithm"
 url="http://duplicity.nongnu.org/"
 arch="all"
 license="GPL-2.0-or-later"
-depends="python3 py3-boto gnupg ncftp py3-fasteners py3-future"
+depends="python3 py3-boto gpg gpg-agent ncftp py3-fasteners py3-future"
 makedepends="python3-dev py3-setuptools librsync-dev gettext"
 subpackages="$pkgname-doc $pkgname-lang"
 source="https://launchpad.net/duplicity/0.8-series/$pkgver/+download/duplicity-$pkgver.tar.gz"