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

Kyle Keen kkeen at archlinux.org
Tue Dec 30 00:27:08 UTC 2014


    Date: Tuesday, December 30, 2014 @ 01:27:07
  Author: kkeen
Revision: 124897

libftdi 1.2-2 add validpgpkeys

Modified:
  libftdi/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-30 00:22:00 UTC (rev 124896)
+++ PKGBUILD	2014-12-30 00:27:07 UTC (rev 124897)
@@ -6,7 +6,7 @@
 
 pkgname=libftdi
 pkgver=1.2
-pkgrel=1
+pkgrel=2
 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"
@@ -18,7 +18,9 @@
 source=(http://www.intra2net.com/en/developer/libftdi/download/${pkgname}1-$pkgver.tar.bz2{,.sig})
 sha1sums=('636b9fcc745bf4eeb027a1dd891f770158444f7a'
           'SKIP')
+validpgpkeys=('3CEA9B8868BC3852618EB5B4707F91A424F006F5')  # Intra2net open source
 
+
 prepare() {
   cd "${pkgname}1-$pkgver"
   sed -i 's|LIB_SUFFIX 64|LIB_SUFFIX ""|' CMakeLists.txt



More information about the arch-commits mailing list