summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim Scarborough2019-08-01 21:02:30 -0500
committerKim Scarborough2019-08-01 21:02:30 -0500
commitcd87f9efcc6bd520e6037a11c0e3d7a1dc164bed (patch)
treeb834a6932908285e5bca693ac676b75ed79661bd
parent62d7eadc679a6dec9e55de6bc481aedf200309fd (diff)
downloadaur-cd87f9efcc6bd520e6037a11c0e3d7a1dc164bed.tar.gz
Adding missed GTK client dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 544c5a98f7f9..64e238b761cc 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 = 3
+ pkgrel = 4
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-xdg: required for GTK client
optdepends = python2-notify: optional for GTK client
optdepends = python2-pygame: optional for GTK client
optdepends = python2-libappindicator: optional for GTK client
diff --git a/PKGBUILD b/PKGBUILD
index a034d5d11c01..6ca79dc9c982 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kim Scarborough <kim@scarborough.kim>
pkgname=deluge1
pkgver=1.3.15
-pkgrel=3
+pkgrel=4
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-xdg: required for GTK client'
'python2-notify: optional for GTK client'
'python2-pygame: optional for GTK client'
'python2-libappindicator: optional for GTK client'