summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornullableVoidPtr2020-11-26 19:44:00 +0800
committernullableVoidPtr2020-11-26 19:44:00 +0800
commitd8a2b679082fe9712bcf012fab0841b00e6b56fa (patch)
treed2710b1df7865e785a02b56a2e679f7357f4c608 /PKGBUILD
parent275aa591620aebcc2c74f3a77189b74664d782da (diff)
downloadaur-d8a2b679082fe9712bcf012fab0841b00e6b56fa.tar.gz
Add missing python-magic dependency.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 840fc7b6b7f8..a71faa7567ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ 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')
+depends=('python' 'python-capstone' 'python-unicorn' 'python-pefile' 'python-registry' 'python-keystone' 'python-pyelftools' 'python-magic')
makedepends=('python-setuptools')
source=(https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz)
sha256sums=('d18f2bb0b6f0785954c7208c2a04215021be3d97c3cbbc9b0c89e561b0e27bbe')