summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--yubico-c/.footprint2
-rw-r--r--yubico-c/.signature6
-rw-r--r--yubico-c/Pkgfile4
3 files changed, 7 insertions, 5 deletions
diff --git a/yubico-c/.footprint b/yubico-c/.footprint
index 1ff0525cd..cd78ffdf9 100644
--- a/yubico-c/.footprint
+++ b/yubico-c/.footprint
@@ -3,6 +3,8 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/modhex
-rwxr-xr-x root/root usr/bin/ykgenerate
-rwxr-xr-x root/root usr/bin/ykparse
+drwxr-xr-x root/root usr/include/
+-rw-r--r-- root/root usr/include/yubikey.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libyubikey.a
-rwxr-xr-x root/root usr/lib/libyubikey.la
diff --git a/yubico-c/.signature b/yubico-c/.signature
index c0861501c..94e28ad58 100644
--- a/yubico-c/.signature
+++ b/yubico-c/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF31vrQI8OwgsFu40WFa97nbhqvhKByIZc4nzqaU1PZ3jR2QzI0XzwzcmV6jMXExZH3rGcMLafNOYYC9gVFj4nkw8=
-SHA256 (Pkgfile) = ce4f9e65cf9f78f80760e029529ef025ebbb19daf5580ef480edb4beebc4e530
-SHA256 (.footprint) = 0b2c6ff77c0551aaf7f1edc30dc748455c3a85e625aa7a53f9f540448153c210
+RWSagIOpLGJF34wnI+ibWLXobwk7Z2su61j9430UId0AkgF6cq9jWT+UHnJotT7fnolXJ7rNn9jNjIXaqfDKNKbDsph/VnqMwwg=
+SHA256 (Pkgfile) = 67cec608df559b4fa68d8087ec91ff244babf23c2a2eabd48fe2df4052f23302
+SHA256 (.footprint) = 56809f321ca0909a4bca1b63a4b8002d316d0542b39e01dd161e654e99bcd253
SHA256 (libyubikey-1.13.tar.gz) = dd046c83e67560206b0b3301ee8053922b516e3975b895804582eb8d7bdd1d79
diff --git a/yubico-c/Pkgfile b/yubico-c/Pkgfile
index 495b5ae9f..76cceb1db 100644
--- a/yubico-c/Pkgfile
+++ b/yubico-c/Pkgfile
@@ -6,7 +6,7 @@
name=yubico-c
version=1.13
-release=2
+release=3
source=(https://github.com/Yubico/yubico-c/archive/libyubikey-$version.tar.gz)
build() {
@@ -15,5 +15,5 @@ build() {
./configure --prefix=/usr
prt-get isinst asciidoc && \
(make && make DESTDIR=$PKG install) || \
- make DESTDIR=$PKG install-binPROGRAMS
+ make DESTDIR=$PKG install-includeHEADERS install-binPROGRAMS
}

Generated by cgit