summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTed Alff2016-05-23 16:55:48 -0400
committerTed Alff2016-05-23 16:55:48 -0400
commit94263b8bc492068232961b3468857416b5213abb (patch)
tree4dccfe8b0b3f0c70bf30a3dcce3cb15f78dece97 /PKGBUILD
parent70a610cff5b477e89eb287427a98df345e7f4c48 (diff)
downloadaur-94263b8bc492068232961b3468857416b5213abb.tar.gz
Don't depend on 64-bit libusb-compat
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ab570bf87b96..16d13b4ba325 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@
_pkgbase=libusb-compat
pkgname=lib32-${_pkgbase}
pkgver=0.1.5
-pkgrel=2
+pkgrel=3
pkgdesc="Library to enable user space application programs to communicate with USB devices (32 bit)"
arch=('x86_64')
-depends=('lib32-libusb' "${_pkgbase}")
+depends=('lib32-libusb')
makedepends=('gcc-multilib')
url="http://libusb.sourceforge.net/"
license=('LGPL')