* update capstone to 5.0.5-1

This commit is contained in:
Alexander Baldeck 2025-02-12 15:04:22 +01:00
parent e1ed68728c
commit f69093d254
3 changed files with 10 additions and 9 deletions

View File

@ -1,7 +1,7 @@
pkgbase = capstone pkgbase = capstone
pkgdesc = Lightweight multi-platform, multi-architecture disassembly framework pkgdesc = Lightweight multi-platform, multi-architecture disassembly framework
pkgver = 5.0.3 pkgver = 5.0.5
pkgrel = 2 pkgrel = 1
url = https://www.capstone-engine.org/index.html url = https://www.capstone-engine.org/index.html
arch = x86_64 arch = x86_64
arch = powerpc64le arch = powerpc64le
@ -15,9 +15,9 @@ pkgbase = capstone
makedepends = python-installer makedepends = python-installer
makedepends = python-setuptools makedepends = python-setuptools
makedepends = python-wheel makedepends = python-wheel
source = https://github.com/aquynh/capstone/archive/5.0.3/capstone-5.0.3.tar.gz source = https://github.com/aquynh/capstone/archive/5.0.5/capstone-5.0.5.tar.gz
sha512sums = 2fd3194dd37065e6091d208c7670b12c0ca6872931eef794bd6b2dd624601c843e8ee6c5714eae0372e394e91a9bc1e4de7dfea6b1087542dd461226569101de sha512sums = 36c81fb6f36867b7d43f4e930493cd821cb5f233a56dbe504c6244569f154f462db565181aa2fe7df8f194a7225f56d42f941ff82e2ee16e44d5fb74ff27c818
b2sums = 3750964a95cbaba685dfb5cf511f12d18f2c157fb622a15c4615734987b8a49ffacf021457f36302606ccf9055e45a7fc56af000b8f09df467922896b431537c b2sums = 9725340b74a6e1acf54debeecce63c262dddc23e69940b1d2f94ba14562ea5da07d93cb572ce24fc2c087d73eaedef265cdd0341377685082543568d8e61a40e
pkgname = capstone pkgname = capstone
depends = glibc depends = glibc

View File

@ -1,3 +1,4 @@
[capstone] [capstone]
source = "git" source = "git"
git = "https://github.com/aquynh/capstone.git" git = "https://github.com/aquynh/capstone.git"
exclude_regex = '.*[a-z].*'

View File

@ -4,8 +4,8 @@
pkgbase=capstone pkgbase=capstone
pkgname=(capstone python-capstone) pkgname=(capstone python-capstone)
pkgver=5.0.3 pkgver=5.0.5
pkgrel=2 pkgrel=1
pkgdesc='Lightweight multi-platform, multi-architecture disassembly framework' pkgdesc='Lightweight multi-platform, multi-architecture disassembly framework'
url='https://www.capstone-engine.org/index.html' url='https://www.capstone-engine.org/index.html'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
@ -19,8 +19,8 @@ makedepends=(
python-wheel python-wheel
) )
source=(https://github.com/aquynh/capstone/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz) source=(https://github.com/aquynh/capstone/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
sha512sums=('2fd3194dd37065e6091d208c7670b12c0ca6872931eef794bd6b2dd624601c843e8ee6c5714eae0372e394e91a9bc1e4de7dfea6b1087542dd461226569101de') sha512sums=('36c81fb6f36867b7d43f4e930493cd821cb5f233a56dbe504c6244569f154f462db565181aa2fe7df8f194a7225f56d42f941ff82e2ee16e44d5fb74ff27c818')
b2sums=('3750964a95cbaba685dfb5cf511f12d18f2c157fb622a15c4615734987b8a49ffacf021457f36302606ccf9055e45a7fc56af000b8f09df467922896b431537c') b2sums=('9725340b74a6e1acf54debeecce63c262dddc23e69940b1d2f94ba14562ea5da07d93cb572ce24fc2c087d73eaedef265cdd0341377685082543568d8e61a40e')
build() { build() {
cd ${pkgbase}-${pkgver} cd ${pkgbase}-${pkgver}