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

Eric Bélanger eric at nymeria.archlinux.org
Tue Dec 3 16:45:16 UTC 2013


    Date: Tuesday, December 3, 2013 @ 17:45:16
  Author: eric
Revision: 200726

upgpkg: libftdi 1.0-2

Remove eeprom which conflicted with i2c-tools (close FS#37925)

Modified:
  libftdi/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-12-03 16:03:02 UTC (rev 200725)
+++ PKGBUILD	2013-12-03 16:45:16 UTC (rev 200726)
@@ -1,10 +1,9 @@
 # $Id$
 # Maintainer:
-# Contributor: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=libftdi
 pkgver=1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A library to talk to FTDI chips"
 arch=('i686' 'x86_64')
 url="http://www.intra2net.com/en/developer/libftdi/download.php"
@@ -32,4 +31,6 @@
   cd ${pkgname}1-$pkgver/build
   make DESTDIR="$pkgdir" install
   find examples -type f -perm -755 -exec install {} "$pkgdir/usr/bin" \;
+  # Remove eepreom (conflict with i2c-tools FS#37925)
+  rm "$pkgdir/usr/bin/eeprom"
 }




More information about the arch-commits mailing list