summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralgebro2018-11-19 13:59:59 -0500
committeralgebro2018-11-19 13:59:59 -0500
commit8755c67686fb1def243471da592c24a95b20cec2 (patch)
tree959d8f1110dd95ba1eec97a0599a466cf497f1d9
parent0ae56e849e76f342416663eec8c79bf684799aaf (diff)
downloadaur-8755c67686fb1def243471da592c24a95b20cec2.tar.gz
Remove required prompt_toolkit version
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4bce369a388d..1fb588a65b6b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-frida-tools
pkgdesc = CLI tools for Frida. Python 3 version from PyPi.
pkgver = 1.2.2
- pkgrel = 1
+ pkgrel = 2
url = http://www.frida.re
arch = i686
arch = x86_64
license = wxWindows Library License, Version 3.1
depends = python
depends = python-pygments>=2.02
- depends = python-prompt_toolkit=1.0.15
+ depends = python-prompt_toolkit
depends = python-colorama>=0.2.7
depends = python-frida>=12.1.0
conflicts = python2-frida-tools
diff --git a/PKGBUILD b/PKGBUILD
index 8d50e4e397ca..1c1efb4bf874 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
_pkgname=frida-tools
pkgname=python-$_pkgname
pkgver=1.2.2
-pkgrel=1
+pkgrel=2
pkgdesc="CLI tools for Frida. Python 3 version from PyPi."
arch=('i686' 'x86_64')
url="http://www.frida.re"
license=('wxWindows Library License, Version 3.1')
-depends=('python' 'python-pygments>=2.02' 'python-prompt_toolkit=1.0.15' 'python-colorama>=0.2.7' 'python-frida>=12.1.0')
+depends=('python' 'python-pygments>=2.02' 'python-prompt_toolkit' 'python-colorama>=0.2.7' 'python-frida>=12.1.0')
source=("https://files.pythonhosted.org/packages/source/f/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"
"COPYING")
sha256sums=('d059760a06a4b01738685973502ea0655f1a49cc50305573c3264f06c1683942'