Date: Monday, February 6, 2023 @ 08:13:20
  Author: grawlinson
Revision: 1394091

upgpkg: zydis 4.0.0-3; add shared lib to provides

Modified:
  zydis/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-06 08:10:42 UTC (rev 1394090)
+++ PKGBUILD    2023-02-06 08:13:20 UTC (rev 1394091)
@@ -3,7 +3,7 @@
 
 pkgname=zydis
 pkgver=4.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Fast and lightweight x86/x86-64 disassembler and code generation 
library'
 arch=('x86_64')
 url='https://zydis.re'
@@ -11,6 +11,7 @@
 depends=('gcc-libs' 'zycore-c')
 makedepends=('git' 'cmake' 'ruby-ronn-ng' 'doxygen')
 checkdepends=('python')
+provides=('libZydis.so')
 _commit='1ba75aeefae37094c7be8eba07ff81d4fe0f1f20'
 source=("git+https://github.com/zyantific/zydis.git#commit=$_commit";)
 b2sums=('SKIP')

Reply via email to