From 72791270f623488129730106dde8d1f598c5a624 Mon Sep 17 00:00:00 2001 From: Leo Date: Mon, 25 Nov 2019 22:04:28 +0100 Subject: testing/deluge: add missing dependency on py3-cairo fixes #10986 --- testing/deluge/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'testing/deluge') 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 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" -- cgit v1.2.3