summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralgebro2018-11-19 22:34:49 -0500
committeralgebro2018-11-19 22:34:49 -0500
commit057182237daa9f2775e6b97c0f4ca7bf2dc07837 (patch)
treed1da63c32a4500a91a26a90d4375eeca427b1d7f
parent3d22998257e84a1296237d51b6cd8af98f6c290f (diff)
downloadaur-057182237daa9f2775e6b97c0f4ca7bf2dc07837.tar.gz
Remove unneeded python2-prompt_toolkit1 dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c562461565a2..42043dd54e8d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,6 @@ pkgbase = python2-frida
license = wxWindows Library License, Version 3.1
depends = python2
depends = python2-pygments
- depends = python2-prompt_toolkit1>=1.0.15
depends = python2-colorama
conflicts = python-frida
source = https://files.pythonhosted.org/packages/source/f/frida/frida-12.2.25.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index f44fc241610a..adeb37aa5bd6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="Inject JavaScript to explore native apps on Windows, Mac, Linux, iOS an
arch=('i686' 'x86_64')
url="http://www.frida.re"
license=('wxWindows Library License, Version 3.1')
-depends=('python2' 'python2-pygments' 'python2-prompt_toolkit1>=1.0.15' 'python2-colorama')
+depends=('python2' 'python2-pygments' 'python2-colorama')
source=("https://files.pythonhosted.org/packages/source/f/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"
"COPYING")
sha256sums=('a7b794cb50057177baeffb51e094090393e4b90f31006bc72a7c609bd7197ba3'