From cdf11aef07d4e16a717f8e7989d2736d3ca2da1a Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Sun, 18 Jun 2017 12:19:27 +0300 Subject: [PATCH] ;ibftdi: Rebuild with python 3.6 --- mingw-w64-libftdi/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-libftdi/PKGBUILD b/mingw-w64-libftdi/PKGBUILD index 587ff9c6f2..4b508f7123 100644 --- a/mingw-w64-libftdi/PKGBUILD +++ b/mingw-w64-libftdi/PKGBUILD @@ -4,7 +4,7 @@ _realname=libftdi pkgbase=mingw-w64-${_realname} pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" pkgver=1.3 -pkgrel=1 +pkgrel=2 pkgdesc='Library to talk to FTDI chips, with Python 3 bindings (mingw-w64)' arch=('any') url="https://www.intra2net.com/en/developer/libftdi/"