aboutsummaryrefslogtreecommitdiffstats
path: root/community/gnome-software-plugin-apk/APKBUILD
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2020-09-19 16:30:02 +0200
committerRasmus Thomsen <oss@cogitri.dev>2020-09-20 16:40:28 +0000
commitc35a1b4ba76e5eacc8db2e1fe9819334fd1211d3 (patch)
tree2403e1b6b039e183ad67467106272b88281b3763 /community/gnome-software-plugin-apk/APKBUILD
parent3dbc1466fce6eeffd0ad69a96a20d8d5595b1d57 (diff)
community/gnome-software-plugin-apk: don't pull in alpinelinux-apppstream-data
This is downloaded by gnome-software now
Diffstat (limited to 'community/gnome-software-plugin-apk/APKBUILD')
-rw-r--r--community/gnome-software-plugin-apk/APKBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/community/gnome-software-plugin-apk/APKBUILD b/community/gnome-software-plugin-apk/APKBUILD
index 4b9d15e7874..a544fbbc574 100644
--- a/community/gnome-software-plugin-apk/APKBUILD
+++ b/community/gnome-software-plugin-apk/APKBUILD
@@ -2,12 +2,11 @@
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=gnome-software-plugin-apk
pkgver=0.8.0
-pkgrel=0
+pkgrel=1
pkgdesc="APK plugin for GNOME Software"
url="https://github.com/Cogitri/gnome-software-plugin-apk"
-arch="x86_64 aarch64" # alpinelinux-appstream-data
+arch="x86_64 armv7 armhf aarch64 x86 ppc64le" # apk-polkit-rs
license="GPL-2.0-or-later"
-depends="alpinelinux-appstream-data"
makedepends="meson gnome-software-dev gnome-software-static apk-polkit-rs-dev"
options="!check" # no tests
source="$pkgname-$pkgver.tar.gz::https://github.com/Cogitri/gnome-software-plugin-apk/archive/v$pkgver.tar.gz"
@@ -16,7 +15,7 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/Cogitri/gnome-software-plugi
# since that causes a circular dep:
# gnome-software -> gnome-software-plugin-apk -> gnome-software-dev
case "$CARCH" in
- x86_64|aarch64) install_if="gnome-software" ;;
+ x86_64|armv7|armhf|aarch64|x86|ppc64le) install_if="gnome-software" ;;
esac
build() {