[arch-commits] Commit in libftdi-compat/repos/community-x86_64 (PKGBUILD PKGBUILD)

Ike Devolder idevolder at archlinux.org
Thu Dec 13 16:30:07 UTC 2018


    Date: Thursday, December 13, 2018 @ 16:30:06
  Author: idevolder
Revision: 416034

archrelease: copy trunk to community-x86_64

Added:
  libftdi-compat/repos/community-x86_64/PKGBUILD
    (from rev 416033, libftdi-compat/trunk/PKGBUILD)
Deleted:
  libftdi-compat/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   53 ++++++++++++++++++++++++++---------------------------
 1 file changed, 26 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-13 16:29:59 UTC (rev 416033)
+++ PKGBUILD	2018-12-13 16:30:06 UTC (rev 416034)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
-
-pkgname=libftdi-compat
-pkgver=0.20
-pkgrel=5
-pkgdesc="A library to talk to FTDI chips"
-arch=('x86_64')
-url="http://www.intra2net.com/en/developer/libftdi/download.php"
-license=('GPL2' 'LGPL2.1')
-depends=('libusb-compat' 'gcc-libs')
-makedepends=('boost')
-source=("https://www.intra2net.com/en/developer/libftdi/download/libftdi-$pkgver.tar.gz"{,.sig})
-sha512sums=('540e5eb201a65936c3dbabff70c251deba1615874b11ff27c5ca16c39d71c150cf61758a68b541135a444fe32ab403b0fba0daf55c587647aaf9b3f400f1dee7'
-            'SKIP')
-validpgpkeys=('3CEA9B8868BC3852618EB5B4707F91A424F006F5')  # Intra2net open source
-
-build() {
-  cd libftdi-$pkgver
-  ./configure --prefix=/usr --without-examples
-  make
-}
-
-package() {
-  cd  libftdi-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libftdi-compat/repos/community-x86_64/PKGBUILD (from rev 416033, libftdi-compat/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-12-13 16:30:06 UTC (rev 416034)
@@ -0,0 +1,26 @@
+# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
+
+pkgname=libftdi-compat
+pkgver=0.20
+pkgrel=6
+pkgdesc="A library to talk to FTDI chips"
+arch=('x86_64')
+url="http://www.intra2net.com/en/developer/libftdi/download.php"
+license=('GPL2' 'LGPL2.1')
+depends=('libusb-compat' 'gcc-libs')
+makedepends=('boost')
+source=("https://www.intra2net.com/en/developer/libftdi/download/libftdi-$pkgver.tar.gz"{,.sig})
+sha512sums=('540e5eb201a65936c3dbabff70c251deba1615874b11ff27c5ca16c39d71c150cf61758a68b541135a444fe32ab403b0fba0daf55c587647aaf9b3f400f1dee7'
+            'SKIP')
+validpgpkeys=('3CEA9B8868BC3852618EB5B4707F91A424F006F5')  # Intra2net open source
+
+build() {
+  cd libftdi-$pkgver
+  ./configure --prefix=/usr --without-examples
+  make
+}
+
+package() {
+  cd  libftdi-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list