Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages /
capstone
Commits:
79c2c152 by Carl Smedstad at 2026-02-11T07:08:39+01:00
upgpkg: 5.0.7-2: Fix typo to actually install files to $pkgdir
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = capstone
pkgdesc = Lightweight multi-platform, multi-architecture disassembly
framework
pkgver = 5.0.7
- pkgrel = 1
+ pkgrel = 2
url = https://www.capstone-engine.org/index.html
arch = x86_64
license = BSD-3-Clause
=====================================
PKGBUILD
=====================================
@@ -8,7 +8,7 @@ pkgname=(
python-capstone
)
pkgver=5.0.7
-pkgrel=1
+pkgrel=2
pkgdesc='Lightweight multi-platform, multi-architecture disassembly framework'
arch=(x86_64)
url='https://www.capstone-engine.org/index.html'
@@ -43,7 +43,7 @@ package_capstone() {
depends=(glibc)
provides=(libcapstone.so)
cd $pkgbase-$pkgver
- make DESTDIR="$pkgdi}" install
+ make DESTDIR="$pkgdir" install
install -vDm 644 -t "$pkgdir/usr/share/doc/$pkgname" docs/README
install -vDm 644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE.TXT
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/capstone/-/commit/79c2c15263e00b3faa2f54edd897d1a08891228f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/capstone/-/commit/79c2c15263e00b3faa2f54edd897d1a08891228f
You're receiving this email because of your account on gitlab.archlinux.org.