diff options
-rw-r--r-- | main/libusbx/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/libusbx/APKBUILD b/main/libusbx/APKBUILD index 362fe4bd3..03a57cd88 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" |