From 47c9bc01635ad77bf148fd800c44d4b0b5273b5c Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 2 Nov 2017 13:04:59 +0000 Subject: [PATCH] community/gnome-bluetooth: fix makedepends we no longer need py-libxml2 in makedepends --- community/gnome-bluetooth/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/gnome-bluetooth/APKBUILD b/community/gnome-bluetooth/APKBUILD index 9e2f017a409..6e85779a3ad 100644 --- a/community/gnome-bluetooth/APKBUILD +++ b/community/gnome-bluetooth/APKBUILD @@ -1,14 +1,14 @@ # Maintainer: Natanael Copa pkgname=gnome-bluetooth pkgver=3.26.1 -pkgrel=0 +pkgrel=1 pkgdesc="The GNOME Bluetooth Subsystem" url="http://live.gnome.org/GnomeBluetooth" arch="all" license="GPL LGPL" depends="hicolor-icon-theme bluez>=5" makedepends="intltool gobject-introspection-dev libunique-dev - libnotify-dev libxi-dev libxslt py-libxml2 gnome-doc-utils + libnotify-dev libxi-dev libxslt gnome-doc-utils dbus-glib-dev gtk+3.0-dev itstool eudev-dev libcanberra-dev meson" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang $pkgname-libs"