aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/gpaste/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/gpaste/APKBUILD b/testing/gpaste/APKBUILD
index 0b3c3b8449..ebd649b5d2 100644
--- a/testing/gpaste/APKBUILD
+++ b/testing/gpaste/APKBUILD
@@ -1,11 +1,11 @@
# Contributor: Rasmus Thomsen <oss@cogitri.dev>
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
-pkgname="gpaste"
-pkgver="3.34.0"
+pkgname=gpaste
+pkgver=3.34.0
pkgrel=0
pkgdesc="Clipboard managment system"
url="https://github.com/Keruspe/GPaste"
-arch="all !armhf !s390x" # limited by gnome-control-center
+arch="all !armhf !s390x !ppc64le" # limited by gnome-control-center
license="BSD-2-Clause"
makedepends="meson gtk+3.0-dev gnome-control-center-dev dbus-dev mutter-dev
gjs-dev appstream-glib-dev vala"