summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralgebro2018-11-19 17:17:12 -0500
committeralgebro2018-11-19 17:17:12 -0500
commitede3435a6c4ad44e9c88fdf695ca8d79ca1d449d (patch)
treed0497208518fbf274c8fae4a16c0b2d37446dd3b
parent65824cf288c009ab34c74a748189cdb8d6670108 (diff)
downloadaur-ede3435a6c4ad44e9c88fdf695ca8d79ca1d449d.tar.gz
Fix prompt_toolkit dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7adf6302cd0..9462fa423eb4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-frida
pkgdesc = Inject JavaScript to explore native apps on Windows, Mac, Linux, iOS and Android. Python 3 version from PyPi
pkgver = 12.2.25
- pkgrel = 1
+ pkgrel = 2
url = https://www.frida.re
arch = i686
arch = x86_64
license = custom:wxWindows Library License, Version 3.1
depends = python
depends = python-pygments>=2.0.2
- depends = python-prompt_toolkit>=0.57
+ depends = python-prompt_toolkit1=1.0.15
depends = python-colorama>=0.2.7
conflicts = python2-frida
source = https://files.pythonhosted.org/packages/source/f/frida/frida-12.2.25.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 8fc410b7ad86..c0897c4fb609 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
_pkgname=frida
pkgname=python-$_pkgname
pkgver=12.2.25
-pkgrel=1
+pkgrel=2
pkgdesc="Inject JavaScript to explore native apps on Windows, Mac, Linux, iOS and Android. Python 3 version from PyPi"
arch=('i686' 'x86_64') # setup.py downloads pre-built binary components, so it doesn't work on ARM (yet).
url="https://www.frida.re"
license=('custom:wxWindows Library License, Version 3.1')
-depends=('python' 'python-pygments>=2.0.2' 'python-prompt_toolkit>=0.57' 'python-colorama>=0.2.7')
+depends=('python' 'python-pygments>=2.0.2' 'python-prompt_toolkit1=1.0.15' 'python-colorama>=0.2.7')
source=("https://files.pythonhosted.org/packages/source/f/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"
"COPYING")
sha256sums=('a7b794cb50057177baeffb51e094090393e4b90f31006bc72a7c609bd7197ba3'