summaryrefslogtreecommitdiff
path: root/user/yubico-c
diff options
context:
space:
mode:
authorLuis Ressel <aranea@aixah.de>2019-02-20 14:38:26 +0100
committerLuis Ressel <aranea@aixah.de>2019-02-20 15:05:00 +0100
commita27286717061a9c008d01a82f1f502e27173ba5f (patch)
treeed9a20db0a81b42d67648c59bbad56db0f3cc9cc /user/yubico-c
parentc30463643e0f18200197fa7fc700805eac4d020c (diff)
downloadpackages-a27286717061a9c008d01a82f1f502e27173ba5f.tar.gz
packages-a27286717061a9c008d01a82f1f502e27173ba5f.tar.bz2
packages-a27286717061a9c008d01a82f1f502e27173ba5f.tar.xz
packages-a27286717061a9c008d01a82f1f502e27173ba5f.zip
user/yubico-c: libyubikey does not depend on ccid
Diffstat (limited to 'user/yubico-c')
-rw-r--r--user/yubico-c/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/user/yubico-c/APKBUILD b/user/yubico-c/APKBUILD
index 8e9fd4ded..926ecf235 100644
--- a/user/yubico-c/APKBUILD
+++ b/user/yubico-c/APKBUILD
@@ -2,13 +2,13 @@
# Maintainer: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
pkgname=yubico-c
pkgver=1.13
-pkgrel=1
+pkgrel=2
pkgdesc="Low-level C library for interacting with YubiKey devices"
url="https://developers.yubico.com/yubico-c/"
arch="all"
license="BSD-2-Clause"
-depends="ccid"
-makedepends="asciidoctor $depends_dev"
+depends=""
+makedepends="asciidoctor"
subpackages="$pkgname-dev $pkgname-doc"
source="yubico-c-libyubikey-$pkgver.tar.gz::https://github.com/Yubico/yubico-c/archive/libyubikey-$pkgver.tar.gz
use-asciidoctor.patch"