aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/libusbx/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/libusbx/APKBUILD b/main/libusbx/APKBUILD
index 362fe4bd35..03a57cd880 100644
--- a/main/libusbx/APKBUILD
+++ b/main/libusbx/APKBUILD
@@ -2,13 +2,13 @@
pkgname=libusbx
pkgver=1.0.16
_ver=${pkgver/_/-}
-pkgrel=0
+pkgrel=1
pkgdesc="Library to enable user space application programs to communicate with USB devices"
url="http://libusb.sourceforge.net/"
arch="all"
license="LGPL2+"
subpackages="$pkgname-dev"
-depends=""
+replaces="libusb"
makedepends="udev-dev"
source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2"