summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcell Meszaros2022-06-28 19:14:17 +0200
committerMarcell Meszaros2022-06-28 19:14:17 +0200
commite7be6bb777edc9c986f0bb522e7081f839bb9666 (patch)
treecee05331c3206c4214e18e1c0d151563a921bdd8
parent45b82fc42aec56d0c4afef4e9b53af1017003b50 (diff)
downloadaur-e7be6bb777edc9c986f0bb522e7081f839bb9666.tar.gz
bump 1.3.15-11: drop python2-notify optdepend because it is defunct
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0881d54415a7..eb44d4204a5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = deluge1
pkgdesc = BitTorrent client with multiple interfaces, using a client/server model (legacy 1.3.x version)
pkgver = 1.3.15
- pkgrel = 10
+ pkgrel = 11
url = https://deluge-torrent.org/
arch = any
license = GPL3
@@ -10,7 +10,6 @@ pkgbase = deluge1
depends = python2
optdepends = libtorrent-rasterbar<=1:1.2.10-4: for the daemon
optdepends = python2-geoip: for peer IP geolocation
- optdepends = python2-notify: notifications for GTK client
optdepends = python2-pygame: audible notifications for GTK client
optdepends = python2-libappindicator: appindicator notifications for GTK client
optdepends = pygtk: required for GTK client
diff --git a/PKGBUILD b/PKGBUILD
index b3d449fe00ab..af2a6a148a74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname='deluge1'
_basename="${pkgname%1}"
pkgver=1.3.15
-pkgrel=10
+pkgrel=11
pkgdesc='BitTorrent client with multiple interfaces, using a client/server model (legacy 1.3.x version)'
arch=('any')
url='https://deluge-torrent.org/'
@@ -20,7 +20,6 @@ makedepends=(
optdepends=(
'libtorrent-rasterbar<=1:1.2.10-4: for the daemon'
'python2-geoip: for peer IP geolocation'
- 'python2-notify: notifications for GTK client'
'python2-pygame: audible notifications for GTK client'
'python2-libappindicator: appindicator notifications for GTK client'
'pygtk: required for GTK client'