aboutsummaryrefslogtreecommitdiffstats
path: root/testing/deluge
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-11-25 22:04:28 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-11-25 22:04:28 +0100
commit72791270f623488129730106dde8d1f598c5a624 (patch)
tree1f3b044cb2e226abf1bfd986dca7fbd4e211acf5 /testing/deluge
parent3bb17f149f24322ca8df6d2057e43cdadb95eed1 (diff)
downloadaports-72791270f623488129730106dde8d1f598c5a624.tar.bz2
aports-72791270f623488129730106dde8d1f598c5a624.tar.xz
testing/deluge: add missing dependency on py3-cairo
fixes #10986
Diffstat (limited to 'testing/deluge')
-rw-r--r--testing/deluge/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/deluge/APKBUILD b/testing/deluge/APKBUILD
index 051eeb029f..fda4e4c16a 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"