summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKim Scarborough2019-08-05 20:21:12 -0500
committerKim Scarborough2019-08-05 20:21:12 -0500
commitaae51f12ca6a31545ab8759f12149172866b404e (patch)
tree9e1d368ee25acf850b290773f0928cb46ca8e3ce /PKGBUILD
parentcd87f9efcc6bd520e6037a11c0e3d7a1dc164bed (diff)
downloadaur-aae51f12ca6a31545ab8759f12149172866b404e.tar.gz
Adding another missed GTK client dependency, sorry
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
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'