Skip to content
Snippets Groups Projects
Verified Commit 99ae6a07 authored by Anna Wilcox's avatar Anna Wilcox :fox:
Browse files

user/yubikey-personalization: bump to 1.20.0

parent 93edbd8d
No related branches found
No related tags found
No related merge requests found
# Contributor: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com> # Contributor: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
# Maintainer: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com> # Maintainer: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
pkgname=yubikey-personalization pkgname=yubikey-personalization
pkgver=1.19.3 pkgver=1.20.0
pkgrel=0 pkgrel=0
pkgdesc="Cross-platform library & tools for personalizing YubiKey devices" pkgdesc="Cross-platform library & tools for personalizing YubiKey devices"
url="https://developers.yubico.com/yubikey-personalization/" url="https://developers.yubico.com/yubikey-personalization/"
...@@ -15,13 +15,11 @@ source="yubikey-personalization-$pkgver.tar.gz::https://github.com/Yubico/yubike ...@@ -15,13 +15,11 @@ source="yubikey-personalization-$pkgver.tar.gz::https://github.com/Yubico/yubike
" "
prepare() { prepare() {
cd "$builddir"
default_prepare default_prepare
autoreconf -vif autoreconf -vif
} }
build() { build() {
cd "$builddir"
./configure \ ./configure \
--build=$CBUILD \ --build=$CBUILD \
--host=$CHOST \ --host=$CHOST \
...@@ -33,14 +31,12 @@ build() { ...@@ -33,14 +31,12 @@ build() {
} }
check() { check() {
cd "$builddir"
make check make check
} }
package() { package() {
cd "$builddir"
make DESTDIR="$pkgdir/" install make DESTDIR="$pkgdir/" install
} }
sha512sums="436c9807e488f7b324b892da7bfc7ea93e2b746cc3ae075822e9e8bfe478ef8e61c194127e5d4f50f6c1d9512292640d033464cceb6b8a18069411ff7993cc52 yubikey-personalization-1.19.3.tar.gz sha512sums="a38b26700793f0a801e5f5889bbbce4a3f728d22aaecf8d0890f1b5135e67bed16a78b7a36dbc323c5d296901f6dd420fa658a982492a0cd9f0bbf95a5fbc823 yubikey-personalization-1.20.0.tar.gz
d6777a43e5e57430268bb50ab704641465a7314b15fc821d8bfa7f0c6510829d0118ced426cd5f8730589efe6264df6b82fc70e8bfe3d8b7d735e51339a25af2 use-asciidoctor.patch" d6777a43e5e57430268bb50ab704641465a7314b15fc821d8bfa7f0c6510829d0118ced426cd5f8730589efe6264df6b82fc70e8bfe3d8b7d735e51339a25af2 use-asciidoctor.patch"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment