diff options
author | Alexandre Bouvier | 2023-07-25 20:13:21 +0200 |
---|---|---|
committer | Alexandre Bouvier | 2023-07-25 20:13:21 +0200 |
commit | 84b9e3a0747b28701fa49b2636c01b84fc0b5509 (patch) | |
tree | db26eced3cc4e4b8976e4cc4ddcc8dc51c383d1e | |
parent | 41f280a4818059daff2723c01d2de471c9d0442d (diff) | |
download | aur-84b9e3a0747b28701fa49b2636c01b84fc0b5509.tar.gz |
update to 4.0.0.r21.ga6d0c71
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = zydis-git pkgdesc = Fast and lightweight x86/x86-64 disassembler library - pkgver = 4.0.0.r0.g1ba75ae + pkgver = 4.0.0.r21.ga6d0c71 pkgrel = 1 url = https://zydis.re/ arch = x86_64 @@ -9,9 +9,9 @@ pkgbase = zydis-git makedepends = doxygen makedepends = git makedepends = ruby-ronn-ng - makedepends = zycore-c>=1.4.1 + makedepends = zycore-c>1.4.1 depends = glibc - provides = zydis=4.0.0.r0.g1ba75ae + provides = zydis=4.0.0.r21.ga6d0c71 provides = libZydis.so conflicts = zydis source = zydis::git+https://github.com/zyantific/zydis.git @@ -1,14 +1,14 @@ # Maintainer: Alexandre Bouvier <contact@amb.tf> _pkgname=zydis pkgname=$_pkgname-git -pkgver=4.0.0.r0.g1ba75ae +pkgver=4.0.0.r21.ga6d0c71 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.4.1') +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") |