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

Ike Devolder idevolder at archlinux.org
Wed Feb 6 21:36:04 UTC 2019


    Date: Wednesday, February 6, 2019 @ 21:36:03
  Author: idevolder
Revision: 429781

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-06 21:35:56 UTC (rev 429780)
+++ PKGBUILD	2019-02-06 21:36:03 UTC (rev 429781)
@@ -1,26 +0,0 @@
-# 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
-}

Copied: libftdi-compat/repos/community-x86_64/PKGBUILD (from rev 429780, libftdi-compat/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-02-06 21:36:03 UTC (rev 429781)
@@ -0,0 +1,26 @@
+# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
+
+pkgname=libftdi-compat
+pkgver=0.20
+pkgrel=7
+pkgdesc="A library to talk to FTDI chips"
+arch=('x86_64')
+url="https://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