Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / libftdi
Commits: 35001a9e by Antonio Rojas at 2024-04-05T21:46:11+02:00 upgpkg: 1.5-6: Python 3.12 rebuild - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,25 @@ +pkgbase = libftdi + pkgdesc = A library to talk to FTDI chips, optional python bindings. + pkgver = 1.5 + pkgrel = 6 + url = https://www.intra2net.com/en/developer/libftdi/download.php + arch = x86_64 + license = GPL2 + license = LGPL2.1 + makedepends = boost + makedepends = cmake + makedepends = python + makedepends = swig + makedepends = python-setuptools + depends = libusb + depends = confuse + optdepends = python: library bindings + source = https://www.intra2net.com/en/developer/libftdi/download/libftdi1-1.5.tar.bz2 + source = https://www.intra2net.com/en/developer/libftdi/download/libftdi1-1.5.tar.bz2.sig + source = fix_includes_path.patch + validpgpkeys = 3CEA9B8868BC3852618EB5B4707F91A424F006F5 + sha256sums = 7c7091e9c86196148bd41177b4590dccb1510bfe6cea5bf7407ff194482eb049 + sha256sums = SKIP + sha256sums = 065a157326f28c61d1ec470a3064b0cb2fd3c13497a9b496ca76a9dac573de07 + +pkgname = libftdi ===================================== PKGBUILD ===================================== @@ -2,14 +2,14 @@ pkgname=libftdi pkgver=1.5 -pkgrel=5 +pkgrel=6 pkgdesc="A library to talk to FTDI chips, optional python bindings." arch=('x86_64') 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) View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libftdi/-/commit/35001a9e1a09cec0715f453249a6b2b6dab8799b -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libftdi/-/commit/35001a9e1a09cec0715f453249a6b2b6dab8799b You're receiving this email because of your account on gitlab.archlinux.org.
