[arch-commits] Commit in libftdi/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Wed Apr 24 20:32:25 UTC 2019
Date: Wednesday, April 24, 2019 @ 20:32:22
Author: arojas
Revision: 453446
https
Modified:
libftdi/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-04-24 20:31:26 UTC (rev 453445)
+++ PKGBUILD 2019-04-24 20:32:22 UTC (rev 453446)
@@ -8,13 +8,13 @@
pkgrel=2
pkgdesc="A library to talk to FTDI chips, optional python bindings."
arch=('x86_64')
-url="http://www.intra2net.com/en/developer/libftdi/download.php"
+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')
# doxygen for docs, confuse for eeprom
-source=(http://www.intra2net.com/en/developer/libftdi/download/${pkgname}1-$pkgver.tar.bz2{,.sig})
+source=(https://www.intra2net.com/en/developer/libftdi/download/${pkgname}1-$pkgver.tar.bz2{,.sig})
sha1sums=('5b14cebab8168e12dd6c2b5325a29ad93ed40f3d'
'SKIP')
validpgpkeys=('3CEA9B8868BC3852618EB5B4707F91A424F006F5') # Intra2net open source
More information about the arch-commits
mailing list