summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2018-12-04 14:56:59 +0000
committerDaniel Bermond2018-12-04 14:56:59 +0000
commit77db2c6891ce6ee6421d5209a97143c771665f64 (patch)
tree45be1dfa0626feb19a53522e0d5cda1f1ede3f85
parent7efeec6c95c6a6d777aa636dea88ce507ebb8bad (diff)
downloadaur-77db2c6891ce6ee6421d5209a97143c771665f64.tar.gz
Add new needed dependency python2-rencode
python2-rencode is now needed since a recent upstream commit[1]. Also on this commit: moved python2-setuptools to depends. References ---------- https://github.com/deluge-torrent/deluge/commit/e7127637cf87a7f08723641ae253e8330a59c0bd
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2933a525f69f..d62c69a2e9de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = deluge-git
pkgdesc = A BitTorrent client with multiple user interfaces in a client/server model (git version, 'develop' branch)
- pkgver = 2.0.0b2.dev300.gab7f19fbb
- pkgrel = 2
+ pkgver = 2.0.0b2.dev313.gb2e19561e
+ pkgrel = 1
epoch = 1
url = https://deluge-torrent.org/
arch = any
@@ -11,7 +11,6 @@ pkgbase = deluge-git
makedepends = librsvg
makedepends = pygtk
makedepends = python2-mako
- makedepends = python2-setuptools
makedepends = slimit2
depends = desktop-file-utils
depends = hicolor-icon-theme
@@ -25,6 +24,8 @@ pkgbase = deluge-git
depends = python2-setproctitle
depends = python2-zope-interface
depends = python2-service-identity
+ depends = python2-rencode
+ depends = python2-setuptools
depends = xdg-utils
optdepends = librsvg: gtk ui
optdepends = pygtk: gtk ui
diff --git a/PKGBUILD b/PKGBUILD
index 27bc93d7f504..e04bb5ccd375 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@
pkgname=deluge-git
_srcname=deluge
-pkgver=2.0.0b2.dev300.gab7f19fbb
-pkgrel=2
+pkgver=2.0.0b2.dev313.gb2e19561e
+pkgrel=1
epoch=1
pkgdesc="A BitTorrent client with multiple user interfaces in a client/server model (git version, 'develop' branch)"
arch=('any')
@@ -16,10 +16,11 @@ license=('GPL3')
depends=('desktop-file-utils' 'hicolor-icon-theme' 'libtorrent-rasterbar'
'python2-twisted' 'python2-pyasn1' 'python2-pyopenssl' 'python2-xdg'
'python2-chardet' 'python2-six' 'python2-setproctitle'
- 'python2-zope-interface' 'python2-service-identity' 'xdg-utils')
+ 'python2-zope-interface' 'python2-service-identity'
+ 'python2-rencode' 'python2-setuptools' 'xdg-utils')
makedepends=(
# binary repositories:
- 'git' 'intltool' 'librsvg' 'pygtk' 'python2-mako' 'python2-setuptools'
+ 'git' 'intltool' 'librsvg' 'pygtk' 'python2-mako'
# AUR:
'slimit2'
)