* update libftdi to 1.5-6

This commit is contained in:
Alexander Baldeck 2024-05-16 15:48:37 +02:00
parent 71fd78a2dd
commit 3f9ba66e95

View File

@ -3,14 +3,14 @@
pkgname=libftdi
pkgver=1.5
pkgrel=5
pkgrel=6
pkgdesc="A library to talk to FTDI chips, optional python bindings."
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://www.intra2net.com/en/developer/libftdi/download.php"
license=('GPL2' 'LGPL2.1')
depends=('libusb' 'confuse')
optdepends=('python: library bindings')
makedepends=('boost' 'cmake' 'python' 'swig')
makedepends=('boost' 'cmake' 'python' 'swig' 'python-setuptools')
# doxygen for docs, confuse for eeprom
source=(https://www.intra2net.com/en/developer/libftdi/download/${pkgname}1-$pkgver.tar.bz2{,.sig}
fix_includes_path.patch)