aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2023-08-30 15:42:02 +0200
committerBart Ribbers <bribbers@disroot.org>2023-08-30 14:13:13 +0000
commit31a22aaf06e9e7bf27d319ed284d2814e83b32b3 (patch)
tree565b3ea7196c6337f86947965132ca70922420a4
parentdea99f2466bc2711e50e3d335b794a044f3adc04 (diff)
community/gnome-bluetooth: depend on new obex-enhanced
-rw-r--r--community/gnome-bluetooth/APKBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/community/gnome-bluetooth/APKBUILD b/community/gnome-bluetooth/APKBUILD
index 8c188bc8080..bbfb3fdc805 100644
--- a/community/gnome-bluetooth/APKBUILD
+++ b/community/gnome-bluetooth/APKBUILD
@@ -2,14 +2,15 @@
# Maintainer: team/gnome <ablocorrea@hotmail.com>
pkgname=gnome-bluetooth
pkgver=42.6
-pkgrel=0
+pkgrel=1
pkgdesc="The GNOME Bluetooth Subsystem"
url="https://wiki.gnome.org/Projects/GnomeBluetooth"
-arch="all"
+# Fails to build on s390x
+arch="all !s390x"
license="GPL-2.0-or-later AND LGPL-2.1-or-later"
depends="
- bluez-obexd
bluez>=5
+ obexd-enhanced
"
makedepends="
eudev-dev