summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornullableVoidPtr2022-01-24 21:33:05 +0800
committernullableVoidPtr2022-01-24 21:33:05 +0800
commit12de8a1e2b63883b9994caef4b0b825859c47f14 (patch)
tree27b4586d2561c92dc9b081afe1ddd110cd83138c /PKGBUILD
parentf9f32e9842e2b0b05b9ec417ec72855bbd0d573c (diff)
downloadaur-12de8a1e2b63883b9994caef4b0b825859c47f14.tar.gz
Bump to version 1.4.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3b5e73f42bf3..126c0a2f509d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: nullableVoidPtr <nullableVoidPtr _ gmail _ com>
pkgname=python-qiling-git
-pkgver=1.4.0.r7.gf050f42a
+pkgver=1.4.1.r122.gbba26a53
pkgrel=1
pkgdesc="An advanced binary emulation framework"
url='https://qiling.io/'
@@ -9,7 +9,7 @@ arch=('x86_64')
license=('GPL2')
depends=('python' 'python-capstone' 'python-unicorn' 'python-pefile'
'python-registry' 'python-keystone' 'python-pyelftools'
- 'python-gevent' 'python-multiprocess')
+ 'python-gevent' 'python-multiprocess' 'python-yaml>=6.0')
makedepends=('git' 'python-setuptools')
provides=(${pkgname%-*}=$pkgver)
conflicts=(${pkgname%-*})