aboutsummaryrefslogtreecommitdiffstats
path: root/testing/deluge/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/deluge/APKBUILD')
-rw-r--r--testing/deluge/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/deluge/APKBUILD b/testing/deluge/APKBUILD
index 051eeb029fd..fda4e4c16ad 100644
--- a/testing/deluge/APKBUILD
+++ b/testing/deluge/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: August Klein <amatcoder@gmail.com>
pkgname=deluge
pkgver=2.0.3
-pkgrel=2
+pkgrel=3
pkgdesc="A lightweight, Free Software, cross-platform BitTorrent client"
url="https://deluge-torrent.org/"
arch="noarch"
@@ -26,6 +26,7 @@ depends="
py3-hyperlink
py3-libtorrent-rasterbar
py3-gobject3
+ py3-cairo
"
subpackages="$pkgname-doc"
source="http://download.deluge-torrent.org/source/${pkgver%.*}/deluge-$pkgver.tar.xz"