diff --git a/srcpkgs/capstone/template b/srcpkgs/capstone/template index 86e50c8a401..b1f637554ac 100644 --- a/srcpkgs/capstone/template +++ b/srcpkgs/capstone/template @@ -1,17 +1,17 @@ # Template file for 'capstone' pkgname=capstone -version=5.0.1 -revision=3 +version=5.0.5 +revision=1 build_style=gnu-makefile make_use_env=yes -hostmakedepends="python3-setuptools" +hostmakedepends="python3-setuptools python3-packaging-bootstrap" short_desc="Lightweight multi-platform, multi-architecture disassembly framework" maintainer="André Cerqueira " license="BSD-2-Clause" homepage="https://www.capstone-engine.org/" changelog="https://raw.githubusercontent.com/capstone-engine/capstone/next/ChangeLog" distfiles="https://github.com/aquynh/capstone/archive/${version}.tar.gz" -checksum=2b9c66915923fdc42e0e32e2a9d7d83d3534a45bb235e163a70047951890c01a +checksum=3bfd3e7085fbf0fab75fb1454067bf734bb0bebe9b670af7ce775192209348e9 post_install() { make -C bindings/python PREFIX=/usr DESTDIR=${DESTDIR} install3