summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralgebro2018-11-13 17:24:07 -0500
committeralgebro2018-11-13 17:24:07 -0500
commit0ae56e849e76f342416663eec8c79bf684799aaf (patch)
tree9f0b50293f06dd14ea5bce6164a66625f976fd8c
parent626c3f4629a4bb974d8e66a5b4d3b9e7bae6a276 (diff)
downloadaur-0ae56e849e76f342416663eec8c79bf684799aaf.tar.gz
Update pkg description
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 560c68addd59..4bce369a388d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = python-frida-tools
- pkgdesc = Inject JavaScript to explore native apps on Windows, Mac, Linux, iOS and Android. Python 3 version from PyPi.
+ pkgdesc = CLI tools for Frida. Python 3 version from PyPi.
pkgver = 1.2.2
pkgrel = 1
url = http://www.frida.re
diff --git a/PKGBUILD b/PKGBUILD
index 08c511b67d8a..8d50e4e397ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname=frida-tools
pkgname=python-$_pkgname
pkgver=1.2.2
pkgrel=1
-pkgdesc="Inject JavaScript to explore native apps on Windows, Mac, Linux, iOS and Android. Python 3 version from PyPi."
+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')