summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Bouvier2022-10-04 01:39:51 +0200
committerAlexandre Bouvier2022-10-04 01:39:51 +0200
commitbdf496ceafb2df6679a73e1aca901a64f5197f12 (patch)
tree509df5653d0c6b34476d5205725aff0d21774881
parent9e2c0c75e8b7674382fdab80412049bd1312c509 (diff)
downloadaur-bdf496ceafb2df6679a73e1aca901a64f5197f12.tar.gz
update to 3.2.0.r148.g109d08b
* install docs
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c7e230afad4..507f8f23714f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,17 @@
pkgbase = zydis-git
pkgdesc = Fast and lightweight x86/x86-64 disassembler library
- pkgver = 3.2.0.r140.gf6dfdbd
+ pkgver = 3.2.0.r148.g109d08b
pkgrel = 1
url = https://zydis.re/
arch = x86_64
license = MIT
makedepends = cmake
+ makedepends = doxygen
makedepends = git
makedepends = ruby-ronn-ng
makedepends = zycore-c>=1.1.0
depends = glibc
- provides = zydis=3.2.0.r140.gf6dfdbd
+ provides = zydis=3.2.0.r148.g109d08b
provides = libZydis.so
conflicts = zydis
source = zydis::git+https://github.com/zyantific/zydis.git
diff --git a/PKGBUILD b/PKGBUILD
index 9a696497fb7a..2743e5aa6b71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Alexandre Bouvier <contact@amb.tf>
_pkgname=zydis
pkgname=$_pkgname-git
-pkgver=3.2.0.r140.gf6dfdbd
+pkgver=3.2.0.r148.g109d08b
pkgrel=1
pkgdesc="Fast and lightweight x86/x86-64 disassembler library"
arch=('x86_64')
url="https://zydis.re/"
license=('MIT')
depends=('glibc')
-makedepends=('cmake' 'git' 'ruby-ronn-ng' 'zycore-c>=1.1.0')
+makedepends=('cmake' 'doxygen' 'git' 'ruby-ronn-ng' 'zycore-c>=1.1.0')
provides=("$_pkgname=$pkgver" 'libZydis.so')
conflicts=("$_pkgname")
source=("$_pkgname::git+https://github.com/zyantific/zydis.git")