summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornullableVoidPtr2020-11-26 19:59:04 +0800
committernullableVoidPtr2020-11-26 19:59:04 +0800
commit56494f857eebf476b406e3ecce2922c1a0fdbe44 (patch)
tree678ad22df2417aabab3c1b4301afc550f3cef044 /PKGBUILD
parent8b28d496c85b2513b003190d3c833ab37a9d4951 (diff)
downloadaur-56494f857eebf476b406e3ecce2922c1a0fdbe44.tar.gz
Wrong python-magic pushed
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 817ceda84432..6d54624ff253 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=python-qiling-git
pkgver=1.2.r7.g3ed13762
-pkgrel=2
+pkgrel=3
pkgdesc="An advanced binary emulation framework"
url='https://qiling.io/'
arch=('x86_64')
license=('GPL2')
-depends=('python' 'python-capstone' 'python-unicorn' 'python-pefile' 'python-registry' 'python-keystone' 'python-pyelftools' 'python-magic')
+depends=('python' 'python-capstone' 'python-unicorn' 'python-pefile' 'python-registry' 'python-keystone' 'python-pyelftools' 'python-magic-ahupp')
makedepends=('git' 'python-setuptools')
provides=(${pkgname%-*}=$pkgver)
conflicts=(${pkgname%-*})