summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoe Bashe2021-12-01 18:54:48 -0800
committerJoe Bashe2021-12-01 18:54:48 -0800
commit0900b1cc9af20d767ba1cbed01491657e92e2472 (patch)
tree39d03cd50a0b63f66c640d90723cc6578deb224b /PKGBUILD
parent410471c77b61b692628b75646436f54013020640 (diff)
downloadaur-0900b1cc9af20d767ba1cbed01491657e92e2472.tar.gz
Update dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD40
1 files changed, 20 insertions, 20 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7b98d78de1a3..52f863b8fad8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,33 +2,33 @@
# Contributor: Kim Scarborough <kim@scarborough.kim>
pkgname=deluge1
pkgver=1.3.15
-pkgrel=8
+pkgrel=9
pkgdesc='A BitTorrent client with multiple interfaces in a client/server model (legacy 1.3.x version)'
arch=('any')
url='https://deluge-torrent.org/'
license=('GPL3')
makedepends=('intltool'
- 'libtorrent-rasterbar'
- 'python2-chardet'
- 'python2-pyopenssl')
+ 'libtorrent-rasterbar')
depends=('python2'
- 'python2-gobject2'
- 'python2-pyxdg-git'
- 'python2-twisted-git'
- 'python2-incremental-git'
- 'pygtk'
- 'desktop-file-utils'
- 'hicolor-icon-theme')
+ 'python2-attrs'
+ 'python2-constantly'
+ 'python2-gobject2'
+ 'python2-pyxdg-git'
+ 'python2-twisted-git'
+ 'python2-incremental-git'
+ 'python2-zope-interface-git'
+ 'pygtk'
+ 'desktop-file-utils'
+ 'hicolor-icon-theme')
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'
- 'python2-libappindicator: optional for GTK client'
- 'python2-mako: required for web client')
+ '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'
+ 'python2-mako: required for web client')
provides=('deluge')
conflicts=('deluge'
'deluge-git'