[arch-commits] Commit in libftdi/trunk (PKGBUILD)

Kyle Keen kkeen at archlinux.org
Thu Jun 18 17:40:19 UTC 2015


    Date: Thursday, June 18, 2015 @ 19:40:19
  Author: kkeen
Revision: 135563

upgpkg: libftdi 1.2-5  fix FS#45362

Modified:
  libftdi/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-06-18 15:19:02 UTC (rev 135562)
+++ PKGBUILD	2015-06-18 17:40:19 UTC (rev 135563)
@@ -6,12 +6,12 @@
 
 pkgname=libftdi
 pkgver=1.2
-pkgrel=4
+pkgrel=5
 pkgdesc="A library to talk to FTDI chips, optional python bindings."
 arch=('i686' 'x86_64')
 url="http://www.intra2net.com/en/developer/libftdi/download.php"
 license=('GPL2' 'LGPL2.1')
-depends=('libusb')
+depends=('libusb' 'confuse')
 optdepends=('python: library bindings')
 makedepends=('boost' 'cmake' 'python' 'swig')
 # doxygen for docs, confuse for eeprom
@@ -31,7 +31,7 @@
   mkdir -p build
   cd build
   cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_SKIP_BUILD_RPATH=ON \
-    -DCMAKE_BUILD_TYPE=Release -DEXAMPLES=OFF -DFTDI_EEPROM=OFF
+    -DCMAKE_BUILD_TYPE=Release -DEXAMPLES=OFF -DFTDI_EEPROM=ON
   make
 }
 



More information about the arch-commits mailing list