summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornullableVoidPtr2022-09-04 22:38:27 +0800
committernullableVoidPtr2022-09-04 22:38:27 +0800
commit8473f4c5552b8a9ef36fa7da1e30a1e37765b81d (patch)
tree9a62020f17c961d1affa5657bd6eb95d4c748c46
parentad701f77b3e9a1300ffb12dd7f48840ac451ebdf (diff)
downloadaur-8473f4c5552b8a9ef36fa7da1e30a1e37765b81d.tar.gz
Fix provides
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f8894c81d2bc..b8b20b100aba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgbase=unicorn-git
pkgname=('unicorn-git' 'python-unicorn-git' 'ruby-unicorn-engine-git')
pkgver=2.0.0.r34.ga0e119c6
-pkgrel=1
+pkgrel=2
pkgdesc='Lightweight, multi-platform, multi-architecture CPU emulator framework based on QEMU'
url='http://www.unicorn-engine.org'
arch=('i686' 'x86_64')
@@ -53,7 +53,7 @@ check() {
package_unicorn-git() {
depends=('glibc')
- provides=('libunicorn.so')
+ provides=('unicorn' 'libunicorn.so')
cd ${pkgbase}
DESTDIR="${pkgdir}" cmake --install build
install -Dm 644 samples/*.c -t "${pkgdir}/usr/share/doc/${pkgname}/samples"