summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Dubois2017-07-27 15:13:02 -0400
committerErik Dubois2017-07-27 15:13:02 -0400
commit82f1deba79547aa0ec3434245e1ba16801e1a2a9 (patch)
tree6a21f3129d22be7191b05066d098271e75b71e5f
parent64ac7c967ad2d7260fd5361ffe7edf213ecfbe38 (diff)
downloadaur-82f1deba79547aa0ec3434245e1ba16801e1a2a9.tar.gz
changing stuff to python2
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 365f42dc0c97..cd52c687e163 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Feb 11 00:01:16 UTC 2016
+# Thu Jul 27 19:12:45 UTC 2017
pkgbase = deluge-stable-git
pkgdesc = A bittorrent client written with python and pygtk - Git Stable branch Version
- pkgver = 1.3.12.r57.g90a22af
+ pkgver = 1.3.15.r6.g6d14be18b
pkgrel = 1
- epoch = 1
url = http://deluge-torrent.org/
install = deluge-stable.install
arch = any
@@ -17,7 +16,7 @@ pkgbase = deluge-stable-git
makedepends = python2-distribute
makedepends = libtorrent-rasterbar
depends = python2-xdg
- depends = twisted
+ depends = python2-twisted
depends = python2-pyopenssl
depends = xdg-utils
depends = python2-chardet
diff --git a/PKGBUILD b/PKGBUILD
index 8cc52c116a15..d4ec8edfcf5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,15 +7,14 @@
pkgname=deluge-stable-git
_gitname="deluge"
_gitbranch="1.3-stable"
-epoch=1
-pkgver=1.3.12.r57.g90a22af
+pkgver=1.3.15.r6.g6d14be18b
pkgrel=1
pkgdesc="A bittorrent client written with python and pygtk - Git Stable branch Version"
arch=('any')
url="http://deluge-torrent.org/"
license=('GPL3')
depends=('python2-xdg'
- 'twisted'
+ 'python2-twisted'
'python2-pyopenssl'
'xdg-utils'
'python2-chardet'