Levente Polyak pushed to branch main at Arch Linux / Packaging / Packages / 
capstone


Commits:
e6657891 by Levente Polyak at 2024-02-04T12:47:33+01:00
upgpkg: 5.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,21 @@
+pkgbase = capstone
+       pkgdesc = Lightweight multi-platform, multi-architecture disassembly 
framework
+       pkgver = 5.0
+       pkgrel = 1
+       url = https://www.capstone-engine.org/index.html
+       arch = x86_64
+       license = BSD
+       makedepends = glibc
+       makedepends = python
+       makedepends = python-setuptools
+       source = 
https://github.com/aquynh/capstone/archive/5.0/capstone-5.0.tar.gz
+       sha512sums = 
e6794a9a06ed93edff9ae0b2c085d34010dd415e128ce4018b584fe35fa81182431f8fd6549d6a3c7a8a3bcca0691157c7a1c96971b7f51774960fd9afef9b8f
+       b2sums = 
62c1bfae4c7a4509717d0c821ab98fd0b07a97b47f1378960cc0f7c3b0e236eb5078c60507889609917cfe5b6b88227963cdb8e43fb5ba323afc65795bf5cbc2
+
+pkgname = capstone
+       depends = glibc
+       provides = libcapstone.so
+
+pkgname = python-capstone
+       depends = capstone
+       depends = python


=====================================
PKGBUILD
=====================================
@@ -3,17 +3,16 @@
 
 pkgbase=capstone
 pkgname=('capstone' 'python-capstone')
-pkgver=4.0.2
-pkgrel=7
+pkgver=5.0
+pkgrel=1
 pkgdesc='Lightweight multi-platform, multi-architecture disassembly framework'
 url='https://www.capstone-engine.org/index.html'
 arch=('x86_64')
 license=('BSD')
 makedepends=('glibc' 'python' 'python-setuptools')
-options=('staticlibs')
 
source=(https://github.com/aquynh/capstone/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('7f93534517307b737422a8825b66b2a1f3e1cca2049465d60ab12595940154aaf843ba40ed348fce58de58b990c19a0caef289060eb72898cb008a88c470970e')
-b2sums=('435729a8fef2dce6495635352101b3befe563c8404efdbb0dccabecbe2bded332221665bacdbcd9043dda72b652b6f29c0e1a548cefb8c64d5b6b9dc174ed3d9')
+sha512sums=('e6794a9a06ed93edff9ae0b2c085d34010dd415e128ce4018b584fe35fa81182431f8fd6549d6a3c7a8a3bcca0691157c7a1c96971b7f51774960fd9afef9b8f')
+b2sums=('62c1bfae4c7a4509717d0c821ab98fd0b07a97b47f1378960cc0f7c3b0e236eb5078c60507889609917cfe5b6b88227963cdb8e43fb5ba323afc65795bf5cbc2')
 
 build() {
   cd ${pkgbase}-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/capstone/-/commit/e66578919e321025b4318bbdae0d8ec39ee5f97b

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/capstone/-/commit/e66578919e321025b4318bbdae0d8ec39ee5f97b
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to