summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralgebro2018-11-19 15:18:53 -0500
committeralgebro2018-11-19 15:18:53 -0500
commit3d22998257e84a1296237d51b6cd8af98f6c290f (patch)
tree96922edef075d30262fd3cfa6a332ad6f013d213
parente50422188256f60e969f0c046ce3a4f474d20485 (diff)
downloadaur-3d22998257e84a1296237d51b6cd8af98f6c290f.tar.gz
Switch to new prompt_toolkit1 package in community
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08407e223d74..c562461565a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python2-frida
pkgdesc = Inject JavaScript to explore native apps on Windows, Mac, Linux, iOS and Android. Python 2 version from PyPi.
pkgver = 12.2.25
- pkgrel = 1
+ pkgrel = 2
url = http://www.frida.re
arch = i686
arch = x86_64
license = wxWindows Library License, Version 3.1
depends = python2
depends = python2-pygments
- depends = python2-prompt_toolkit=1.0.15
+ 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 3ae6fa85857b..f44fc241610a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
_pkgname=frida
pkgname=python2-$_pkgname
pkgver=12.2.25
-pkgrel=1
+pkgrel=2
pkgdesc="Inject JavaScript to explore native apps on Windows, Mac, Linux, iOS and Android. Python 2 version from PyPi."
arch=('i686' 'x86_64')
url="http://www.frida.re"
license=('wxWindows Library License, Version 3.1')
-depends=('python2' 'python2-pygments' 'python2-prompt_toolkit=1.0.15' 'python2-colorama')
+depends=('python2' 'python2-pygments' 'python2-prompt_toolkit1>=1.0.15' 'python2-colorama')
source=("https://files.pythonhosted.org/packages/source/f/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"
"COPYING")
sha256sums=('a7b794cb50057177baeffb51e094090393e4b90f31006bc72a7c609bd7197ba3'