[arch-commits] Commit in libu2f-host/repos/community-x86_64 (PKGBUILD PKGBUILD)

Christian Hesse eworm at archlinux.org
Tue May 15 21:49:28 UTC 2018


    Date: Tuesday, May 15, 2018 @ 21:49:27
  Author: eworm
Revision: 322532

archrelease: copy trunk to community-x86_64

Added:
  libu2f-host/repos/community-x86_64/PKGBUILD
    (from rev 322531, libu2f-host/trunk/PKGBUILD)
Deleted:
  libu2f-host/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   84 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-15 21:49:21 UTC (rev 322531)
+++ PKGBUILD	2018-05-15 21:49:27 UTC (rev 322532)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse <mail at eworm.de>
-
-pkgname=libu2f-host
-pkgver=1.1.5
-pkgrel=1
-pkgdesc="Yubico Universal 2nd Factor (U2F) Host C Library"
-arch=('x86_64')
-url='https://github.com/Yubico/libu2f-host'
-license=('BSD')
-depends=('json-c' 'hidapi')
-makedepends=('git' 'help2man' 'gengetopt')
-validpgpkeys=('0A3B0262BCA1705307D5FF06BCA00FD4B2168C0A') # Klas Lindfors <klas at yubico.com>
-source=("https://developers.yubico.com/${pkgname}/Releases/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('f32b71435edf6e412f2971edef411f3b4edb419a5356553ad57811ece4a63a95'
-            'SKIP')
-
-build() {
-	cd "${pkgname}-${pkgver}"
-
-	./configure \
-		--prefix=/usr \
-		--disable-gtk-doc \
-		--with-udevrulesdir=/usr/lib/udev/rules.d/
-	make
-}
-
-
-check() {
-	cd "${pkgname}-${pkgver}"
-
-	make check
-}
-
-package() {
-	cd "${pkgname}-${pkgver}"
-
-	make DESTDIR="${pkgdir}/" install
-
-	install -D -m0644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}
-

Copied: libu2f-host/repos/community-x86_64/PKGBUILD (from rev 322531, libu2f-host/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-15 21:49:27 UTC (rev 322532)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Christian Hesse <mail at eworm.de>
+
+pkgname=libu2f-host
+pkgver=1.1.6
+pkgrel=1
+pkgdesc="Yubico Universal 2nd Factor (U2F) Host C Library"
+arch=('x86_64')
+url='https://github.com/Yubico/libu2f-host'
+license=('BSD')
+depends=('json-c' 'hidapi')
+makedepends=('git' 'help2man' 'gengetopt')
+validpgpkeys=('0A3B0262BCA1705307D5FF06BCA00FD4B2168C0A') # Klas Lindfors <klas at yubico.com>
+source=("https://developers.yubico.com/${pkgname}/Releases/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('4da0bb9e32cab230e63bf65252076f9a4b5e40eb9ec2ddaf9376bcef30e7bda7'
+            'SKIP')
+
+build() {
+	cd "${pkgname}-${pkgver}"
+
+	./configure \
+		--prefix=/usr \
+		--disable-gtk-doc \
+		--with-udevrulesdir=/usr/lib/udev/rules.d/
+	make
+}
+
+
+check() {
+	cd "${pkgname}-${pkgver}"
+
+	make check
+}
+
+package() {
+	cd "${pkgname}-${pkgver}"
+
+	make DESTDIR="${pkgdir}/" install
+
+	install -D -m0644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
+



More information about the arch-commits mailing list