[arch-commits] Commit in yubikey-personalization/trunk (PKGBUILD)

Christian Hesse eworm at archlinux.org
Fri Feb 9 06:53:53 UTC 2018


    Date: Friday, February 9, 2018 @ 06:53:52
  Author: eworm
Revision: 290430

upgpkg: yubikey-personalization 1.18.1-2

depend on json-c (FS#57441)

Modified:
  yubikey-personalization/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-09 06:48:36 UTC (rev 290429)
+++ PKGBUILD	2018-02-09 06:53:52 UTC (rev 290430)
@@ -4,12 +4,12 @@
 pkgname=yubikey-personalization
 _shortname=ykpers
 pkgver=1.18.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Yubico YubiKey Personalization library and tool'
 arch=('x86_64')
 url='https://github.com/Yubico/yubikey-personalization'
 license=('BSD')
-depends=('libusb' 'yubico-c-client')
+depends=('libusb' 'json-c' 'yubico-c-client')
 # We need systemd to be installed for udev version check
 makedepends=('systemd')
 provides=('ykpers')



More information about the arch-commits mailing list