summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Bashe2021-04-25 16:40:40 -0700
committerJoe Bashe2021-04-25 16:40:40 -0700
commit8c8a5e2626ba1be72c6eda76a3262086ec5a98c1 (patch)
treec187e5d9abd631ebd42b7f1345fe8c208bbf9420
parent6acf518ec8c9510bccba16bb594f79f7d6c4ac6b (diff)
downloadaur-8c8a5e2626ba1be72c6eda76a3262086ec5a98c1.tar.gz
Update python2-twisted dependency to python2-twisted-git; update maintainer.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3483aef32bf0..70d3df75d1e9 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 = 6
+ pkgrel = 7
url = https://deluge-torrent.org/
arch = any
license = GPL3
@@ -9,9 +9,9 @@ pkgbase = deluge1
makedepends = libtorrent-rasterbar
makedepends = python2-chardet
makedepends = python2-pyopenssl
- makedepends = python2-twisted
makedepends = python2-xdg
depends = python2
+ depends = python2-twisted-git
depends = desktop-file-utils
depends = hicolor-icon-theme
optdepends = python2-service-identity
diff --git a/PKGBUILD b/PKGBUILD
index cc965b1b26e1..5c47900c6eb0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer: Kim Scarborough <kim@scarborough.kim>
+# Maintainer: Joe Bashe <joe@bashe.joe>
pkgname=deluge1
pkgver=1.3.15
-pkgrel=6
+pkgrel=7
pkgdesc='A BitTorrent client with multiple interfaces in a client/server model (legacy 1.3.x version)'
arch=('any')
url='https://deluge-torrent.org/'
@@ -10,9 +10,9 @@ makedepends=('intltool'
'libtorrent-rasterbar'
'python2-chardet'
'python2-pyopenssl'
- 'python2-twisted'
'python2-xdg')
depends=('python2'
+ 'python2-twisted-git'
'desktop-file-utils'
'hicolor-icon-theme')
optdepends=('python2-service-identity'