aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/appstream/APKBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/community/appstream/APKBUILD b/community/appstream/APKBUILD
index 87f6f258378..51be7c75897 100644
--- a/community/appstream/APKBUILD
+++ b/community/appstream/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=appstream
pkgver=0.14.6
-pkgrel=0
+pkgrel=1
pkgdesc="Provides a standard for creating app stores across distributions"
url="https://distributions.freedesktop.org/wiki/AppStream"
arch="all"
@@ -64,6 +64,10 @@ compose() {
mv "$pkgdir"/usr/lib/libappstream-compose* \
"$pkgdir"/usr/lib/girepository-1.0/AppStreamCompose* \
"$subpkgdir"/usr/lib
+
+ # Needs so:libappstream-compose.so and thus needs
+ # to be moved to prevent a recursive dependency.
+ amove usr/libexec/appstreamcli-compose
}
qt() {