summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2743e5aa6b71..0436c282b2fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Alexandre Bouvier <contact@amb.tf>
_pkgname=zydis
pkgname=$_pkgname-git
-pkgver=3.2.0.r148.g109d08b
+pkgver=4.0.0.r0.g1ba75ae
pkgrel=1
pkgdesc="Fast and lightweight x86/x86-64 disassembler library"
arch=('x86_64')
url="https://zydis.re/"
license=('MIT')
depends=('glibc')
-makedepends=('cmake' 'doxygen' 'git' 'ruby-ronn-ng' 'zycore-c>=1.1.0')
+makedepends=('cmake' 'doxygen' 'git' 'ruby-ronn-ng' 'zycore-c>=1.4.1')
provides=("$_pkgname=$pkgver" 'libZydis.so')
conflicts=("$_pkgname")
source=("$_pkgname::git+https://github.com/zyantific/zydis.git")