[arch-commits] Commit in libu2f-host/repos/community-x86_64 (PKGBUILD PKGBUILD)
Christian Hesse
eworm at archlinux.org
Fri Feb 8 13:10:23 UTC 2019
Date: Friday, February 8, 2019 @ 13:10:21
Author: eworm
Revision: 430678
archrelease: copy trunk to community-x86_64
Added:
libu2f-host/repos/community-x86_64/PKGBUILD
(from rev 430677, libu2f-host/trunk/PKGBUILD)
Deleted:
libu2f-host/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 83 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 41 insertions(+), 42 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-02-08 13:10:08 UTC (rev 430677)
+++ PKGBUILD 2019-02-08 13:10:21 UTC (rev 430678)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse <mail at eworm.de>
-
-pkgname=libu2f-host
-pkgver=1.1.6
-pkgrel=2
-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})
-sha512sums=('499efac0243a7e5fadf6c456cc5530633337c07ab7dda52bd77b541b24ffd0337efe95cce499e73d6c46d312e737c044edcbdb4d41043b1e8721242d6e6ad20a'
- '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 430677, libu2f-host/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-02-08 13:10:21 UTC (rev 430678)
@@ -0,0 +1,41 @@
+# Maintainer: Christian Hesse <mail at eworm.de>
+
+pkgname=libu2f-host
+pkgver=1.1.7
+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=('917a259f2977538bc31e13560c830a11e49f54f27908372c774bbbb042d2dcff'
+ '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