diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-04-22 08:16:35 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-04-22 08:16:35 +0000 |
commit | 189f8815646d0ef893736461a27491c38dcb0fa3 (patch) | |
tree | 064f8bf9dab7e35600d8960896c68fa0d4f20e86 /main/obex-data-server | |
parent | 43111b5d7fcfffe18d62922ad09d2260346e6d90 (diff) | |
download | aports-189f8815646d0ef893736461a27491c38dcb0fa3.tar.bz2 aports-189f8815646d0ef893736461a27491c38dcb0fa3.tar.xz |
main/obex-data-server: remove conflict with non-existing obexd
Diffstat (limited to 'main/obex-data-server')
-rw-r--r-- | main/obex-data-server/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/obex-data-server/APKBUILD b/main/obex-data-server/APKBUILD index abbfc35e0b..2c17c75143 100644 --- a/main/obex-data-server/APKBUILD +++ b/main/obex-data-server/APKBUILD @@ -1,12 +1,12 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=obex-data-server pkgver=0.4.6 -pkgrel=3 +pkgrel=4 pkgdesc="D-Bus service for Obex access" url="http://wiki.muiline.com/obex-data-server" license="GPLv2+" arch="all" -depends="!obexd" +depends="" subpackages="$pkgname-doc" makedepends="dbus-glib-dev openobex-dev gtk+-dev libusb-compat-dev bluez-dev" source="http://tadas.dailyda.com/software/obex-data-server-$pkgver.tar.gz |