[arch-commits] Commit in libu2f-host/repos/community-x86_64 (PKGBUILD PKGBUILD)
Christian Hesse
eworm at archlinux.org
Tue Mar 5 14:13:49 UTC 2019
Date: Tuesday, March 5, 2019 @ 14:13:48
Author: eworm
Revision: 437722
archrelease: copy trunk to community-x86_64
Added:
libu2f-host/repos/community-x86_64/PKGBUILD
(from rev 437721, libu2f-host/trunk/PKGBUILD)
Deleted:
libu2f-host/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 82 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 41 insertions(+), 41 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-03-05 14:13:43 UTC (rev 437721)
+++ PKGBUILD 2019-03-05 14:13:48 UTC (rev 437722)
@@ -1,41 +0,0 @@
-# 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"
-}
-
Copied: libu2f-host/repos/community-x86_64/PKGBUILD (from rev 437721, libu2f-host/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-03-05 14:13:48 UTC (rev 437722)
@@ -0,0 +1,41 @@
+# Maintainer: Christian Hesse <mail at eworm.de>
+
+pkgname=libu2f-host
+pkgver=1.1.8
+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=('d47cfe32cf2b5fd844535d9183d22c962764d8bd4b50f5d4de5705bd6406da9d'
+ '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