From 01a6dcc89d4651b2431065dcf37caead2003954d Mon Sep 17 00:00:00 2001 From: George Rawlinson Date: Wed, 23 Nov 2022 09:48:34 +1300 Subject: [PATCH] upgpkg: zydis 4.0.0-1 --- zydis/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zydis/PKGBUILD b/zydis/PKGBUILD index b3c6632..1f3ff09 100644 --- a/zydis/PKGBUILD +++ b/zydis/PKGBUILD @@ -2,8 +2,8 @@ # Contributor: Thibaut PĂ©rami pkgname=zydis -pkgver=4.0.0.rc.1 -pkgrel=3 +pkgver=4.0.0 +pkgrel=1 pkgdesc='Fast and lightweight x86/x86-64 disassembler and code generation library' arch=('x86_64') url='https://zydis.re' @@ -11,7 +11,7 @@ license=('MIT') depends=('gcc-libs' 'zycore-c') makedepends=('git' 'cmake' 'ruby-ronn-ng' 'doxygen') checkdepends=('python') -_commit='2a9f9c66775a4ac3d56bb163c85563df3cea7547' +_commit='1ba75aeefae37094c7be8eba07ff81d4fe0f1f20' source=("git+https://github.com/zyantific/zydis.git#commit=$_commit") b2sums=('SKIP')