summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorgenstern2021-05-02 10:57:36 +1200
committerMorgenstern2021-05-02 10:57:36 +1200
commit00f0d6690b1a3daf145fd9ea072ee24666cbd0ee (patch)
tree6ead378008f9aba61ee8c1a7f952074acb9d1876
parentd943725ea5377459e506dc7cdd829bb266221545 (diff)
downloadaur-00f0d6690b1a3daf145fd9ea072ee24666cbd0ee.tar.gz
Add libusb-compat dependency to provide .h files
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 120dd6587057..d0cbd002d0d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = lib32-libusb-compat
pkgdesc = Library to enable user space application programs to communicate with USB devices (32 bit)
pkgver = 0.1.7
- pkgrel = 1
- url = https://github.com/libusb/libusb-compat-0.1
+ pkgrel = 2
+ url = https://libusb.info/
arch = x86_64
license = LGPL
depends = lib32-libusb
+ depends = libusb-compat
options = !libtool
source = lib32-libusb-compat-0.1.7.tar.gz::https://github.com/libusb/libusb-compat-0.1/archive/v0.1.7.tar.gz
sha256sums = d9ca58ec05ba5a29646a7549b9c2c02475a7ed86637337a4ee35b5d559de6e0d
diff --git a/PKGBUILD b/PKGBUILD
index 8c162208566a..2dd7f4edbda0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,11 +6,12 @@ _pkgbase=libusb-compat
_pkgbasever=0.1
pkgname=lib32-${_pkgbase}
pkgver=0.1.7
-pkgrel=1
+pkgrel=2
pkgdesc="Library to enable user space application programs to communicate with USB devices (32 bit)"
arch=('x86_64')
-depends=('lib32-libusb')
-url="https://github.com/libusb/libusb-compat-0.1"
+depends=('lib32-libusb'
+ 'libusb-compat')
+url="https://libusb.info/"
license=('LGPL')
options=('!libtool')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/libusb/${_pkgbase}-${_pkgbasever}/archive/v${pkgver}.tar.gz")