diff options
-rw-r--r-- | testing/openobex/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/openobex/APKBUILD b/testing/openobex/APKBUILD index 052a3ad14f..fc7e48f428 100644 --- a/testing/openobex/APKBUILD +++ b/testing/openobex/APKBUILD @@ -1,12 +1,13 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=openobex pkgver=1.5 -pkgrel=1 +pkgrel=2 pkgdesc="Implementation of the OBject EXchange (OBEX) protocol" url="http://dev.zuckschwerdt.org/openobex/" arch="x86 x86_64" license="GPL LGPL" depends= +depends_dev="libusb-compat-dev" makedepends="bluez-dev libusb-compat-dev" subpackages="$pkgname-dev libopenobex" source="http://www.kernel.org/pub/linux/bluetooth/$pkgname-$pkgver.tar.bz2" |