summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim Scarborough2019-08-05 20:21:12 -0500
committerKim Scarborough2019-08-05 20:21:12 -0500
commitaae51f12ca6a31545ab8759f12149172866b404e (patch)
tree9e1d368ee25acf850b290773f0928cb46ca8e3ce
parentcd87f9efcc6bd520e6037a11c0e3d7a1dc164bed (diff)
downloadaur-aae51f12ca6a31545ab8759f12149172866b404e.tar.gz
Adding another missed GTK client dependency, sorry
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64e238b761cc..078718db6c7c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = deluge1
pkgdesc = A BitTorrent client with multiple interfaces in a client/server model (legacy 1.3.x version)
pkgver = 1.3.15
- pkgrel = 4
+ pkgrel = 5
url = https://deluge-torrent.org/
arch = any
license = GPL3
@@ -18,6 +18,7 @@ pkgbase = deluge1
optdepends = libtorrent-rasterbar: required for daemon
optdepends = pygtk: required for GTK client
optdepends = xdg-utils: required for GTK client
+ optdepends = python2-chardet: required for GTK client
optdepends = python2-xdg: required for GTK client
optdepends = python2-notify: optional for GTK client
optdepends = python2-pygame: optional for GTK client
diff --git a/PKGBUILD b/PKGBUILD
index 6ca79dc9c982..f47c62821d3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kim Scarborough <kim@scarborough.kim>
pkgname=deluge1
pkgver=1.3.15
-pkgrel=4
+pkgrel=5
pkgdesc='A BitTorrent client with multiple interfaces in a client/server model (legacy 1.3.x version)'
arch=('any')
url='https://deluge-torrent.org/'
@@ -19,6 +19,7 @@ optdepends=('python2-service-identity'
'libtorrent-rasterbar: required for daemon'
'pygtk: required for GTK client'
'xdg-utils: required for GTK client'
+ 'python2-chardet: required for GTK client'
'python2-xdg: required for GTK client'
'python2-notify: optional for GTK client'
'python2-pygame: optional for GTK client'