[arch-commits] Commit in libu2f-host/trunk (PKGBUILD)

Christian Hesse eworm at archlinux.org
Mon Dec 25 20:12:58 UTC 2017


    Date: Monday, December 25, 2017 @ 20:12:54
  Author: eworm
Revision: 276038

upgpkg: libu2f-host 1.1.4-1

* json-c 0.13 rebuild
* drop support for gtk-doc as upstream dropped support for tmpl files
  (https://github.com/Yubico/libu2f-host/issues/84)

Modified:
  libu2f-host/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-25 20:08:06 UTC (rev 276037)
+++ PKGBUILD	2017-12-25 20:12:54 UTC (rev 276038)
@@ -2,17 +2,17 @@
 # Maintainer: Christian Hesse <mail at eworm.de>
 
 pkgname=libu2f-host
-pkgver=1.1.3
-pkgrel=2
+pkgver=1.1.4
+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' 'gtk-doc' 'gengetopt')
+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=('3e00c1910de64e2c90f20c05bb468b183ffed05e13cb340442d206014752039d'
+sha256sums=('6043ec020d96358a4887a3ff09492c4f9f6b5bccc48dcdd8f28b15b1c6157a6f'
             'SKIP')
 
 build() {
@@ -20,7 +20,7 @@
 
 	./configure \
 		--prefix=/usr \
-		--enable-gtk-doc \
+		--disable-gtk-doc \
 		--with-udevrulesdir=/usr/lib/udev/rules.d/
 	make
 }



More information about the arch-commits mailing list