diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-08-16 14:21:42 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-08-16 14:21:42 +0000 |
commit | 3f5def3c724201bba05994cb92ab5e580de062b2 (patch) | |
tree | b5d4a522ddffde5cadfce5a0432e2e802d46b3f7 /main/libusbx | |
parent | 00d8a7996324d05f7c3bda266691f68c4cfd587f (diff) | |
download | aports-3f5def3c724201bba05994cb92ab5e580de062b2.tar.bz2 aports-3f5def3c724201bba05994cb92ab5e580de062b2.tar.xz |
main/libusbx: replaces libusb
Diffstat (limited to 'main/libusbx')
-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 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" |