summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKim Scarborough2019-07-24 00:38:26 -0500
committerKim Scarborough2019-07-24 00:38:26 -0500
commit324e0d5ed9b656c36b46f10e1e41a1628898e347 (patch)
treee284b398e833e890b47c6aabf75b1bf0c44ff4ad /PKGBUILD
parentf922d332e8dda079efd1a30c96446b57b1dc0fe7 (diff)
downloadaur-324e0d5ed9b656c36b46f10e1e41a1628898e347.tar.gz
libtorrent-rasterbar needed for running core as well
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a7fc3f0fd18f..c398691aa671 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Kim Scarborough <kim@scarborough.kim>
pkgname=deluge1
pkgver=1.3.15
-pkgrel=1
+pkgrel=2
pkgdesc='A BitTorrent client with multiple interfaces in a client/server model (legacy 1.3.x version)'
arch=('any')
-url="http://deluge-torrent.org/"
+url='https://deluge-torrent.org/'
license=('GPL3')
makedepends=('intltool'
'libtorrent-rasterbar'
@@ -16,6 +16,7 @@ depends=('python2'
'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-notify: optional for GTK client'