aboutsummaryrefslogtreecommitdiffstats
path: root/testing/deluge
diff options
context:
space:
mode:
authorTiago Ilieve <tiago.myhro@gmail.com>2018-09-21 10:57:42 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2018-09-26 17:28:06 +0000
commite56cdb447eae7d708d34df295a25b3f4f627a24d (patch)
tree9e8ac5451fc0267dacebf52c0a23fadad74d135d /testing/deluge
parent4f76d65b675c5fd5d4b3b007c1345aaae8f2ac44 (diff)
downloadaports-e56cdb447eae7d708d34df295a25b3f4f627a24d.tar.bz2
aports-e56cdb447eae7d708d34df295a25b3f4f627a24d.tar.xz
testing/deluge: add 'py-automat' dependency
Related to https://bugs.alpinelinux.org/issues/9423
Diffstat (limited to 'testing/deluge')
-rw-r--r--testing/deluge/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/deluge/APKBUILD b/testing/deluge/APKBUILD
index 7eadcd88b2..a8b87b0f9c 100644
--- a/testing/deluge/APKBUILD
+++ b/testing/deluge/APKBUILD
@@ -2,14 +2,15 @@
# Maintainer: August Klein <amatcoder@gmail.com>
pkgname=deluge
pkgver=1.3.15
-pkgrel=2
+pkgrel=3
pkgdesc="A lightweight, Free Software, cross-platform BitTorrent client"
url="https://deluge-torrent.org"
arch="noarch"
license="GPL-3.0"
depends="libtorrent-rasterbar librsvg py-cffi py-chardet py-cryptography
py-enum34 py-gtk py-mako py-openssl py-setuptools py-six py-twisted py-xdg
- xdg-utils py-constantly py-incremental py-attrs py-service_identity"
+ xdg-utils py-constantly py-incremental py-attrs py-service_identity
+ py-automat"
makedepends="intltool librsvg-dev py-gtk-dev py-mako py-setuptools"
subpackages="$pkgname-lang $pkgname-doc"
source="https://download.deluge-torrent.org/source/$pkgname-$pkgver.tar.bz2"