summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWorMzy Tykashi2018-08-15 15:05:34 +0100
committerWorMzy Tykashi2018-08-15 15:05:34 +0100
commit0a2fa414f9ff12aabbdcbb9714874e838fefd21e (patch)
tree98515f4eef16b8402201d962cbb3a319f3d1a385
parent7648559e6b69b29c712ae0d940b17fdec09738d7 (diff)
downloadaur-0a2fa414f9ff12aabbdcbb9714874e838fefd21e.tar.gz
Depend on python2-tornado-4.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99a07c8cd7af..d2eff4708d03 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = gateone-git
pkgdesc = Web-based terminal emulator and SSH client
- pkgver = 1.1_r514.ga3f7aeb
- pkgrel = 1
+ pkgver = 1.1_r521.g6ae1d01
+ pkgrel = 2
url = https://github.com/liftoff/GateOne
install = gateone-git.install
arch = any
license = AGPL3
makedepends = git
depends = python2
- depends = python2-tornado
+ depends = python2-tornado-4.4
depends = python2-futures
depends = python2-setuptools
depends = python2-html5lib
diff --git a/PKGBUILD b/PKGBUILD
index b1bea2f116dc..9134691754e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
pkgname=gateone-git
_gitname="GateOne"
-pkgver=1.1_r514.ga3f7aeb
-pkgrel=1
+pkgver=1.1_r521.g6ae1d01
+pkgrel=2
pkgdesc="Web-based terminal emulator and SSH client"
arch=('any')
url="https://github.com/liftoff/GateOne"
license=('AGPL3')
-depends=('python2' 'python2-tornado' 'python2-futures' 'python2-setuptools' 'python2-html5lib')
+depends=('python2' 'python2-tornado-4.4' 'python2-futures' 'python2-setuptools' 'python2-html5lib')
optdepends=('python2-imaging: A python module for manipulating images'
'python2-pillow: An alternative to python2-imaging'
'python2-pam: Only necessary if you plan to use the PAM authentication module'