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

Christian Hesse eworm at archlinux.org
Sat Mar 9 15:27:08 UTC 2019


    Date: Saturday, March 9, 2019 @ 15:27:08
  Author: eworm
Revision: 438307

archrelease: copy trunk to community-x86_64

Added:
  libu2f-host/repos/community-x86_64/PKGBUILD
    (from rev 438306, 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-09 15:27:05 UTC (rev 438306)
+++ PKGBUILD	2019-03-09 15:27:08 UTC (rev 438307)
@@ -1,41 +0,0 @@
-# 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"
-}
-

Copied: libu2f-host/repos/community-x86_64/PKGBUILD (from rev 438306, libu2f-host/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-03-09 15:27:08 UTC (rev 438307)
@@ -0,0 +1,41 @@
+# Maintainer: Christian Hesse <mail at eworm.de>
+
+pkgname=libu2f-host
+pkgver=1.1.9
+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=('37daef025be55c71998c16d81d2b0bb3f9aa55b736e4e964da0774a6891bd0c2'
+            '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