diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-09-03 09:44:44 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-09-03 09:44:44 +0000 |
commit | eaaab4e6862bee56d0d5685a9795dce36fb831a3 (patch) | |
tree | fa7529de3edadac494dd831414b2177634c3d827 /testing/madwimax/APKBUILD | |
parent | b17cc7e611883ae070599b43f7e1f1c305084bed (diff) | |
download | aports-eaaab4e6862bee56d0d5685a9795dce36fb831a3.tar.bz2 aports-eaaab4e6862bee56d0d5685a9795dce36fb831a3.tar.xz |
testing/madwimax: rebuild with libusb
Diffstat (limited to 'testing/madwimax/APKBUILD')
-rw-r--r-- | testing/madwimax/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/madwimax/APKBUILD b/testing/madwimax/APKBUILD index 4fe65a8618..c3621388df 100644 --- a/testing/madwimax/APKBUILD +++ b/testing/madwimax/APKBUILD @@ -2,13 +2,13 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=madwimax pkgver=0.1.1 -pkgrel=3 +pkgrel=4 pkgdesc="WiMAX driver for the Samsung SWC-U200 and similar USB modems" url="http://code.google.com/p/madwimax/" arch="all" license="GPL-2" depends= -makedepends="pkgconfig libusbx-dev" +makedepends="libusb-dev" install= subpackages="$pkgname-doc" source="http://madwimax.googlecode.com/files/madwimax-0.1.1.tar.gz" |