Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions srcpkgs/python3-pynitrokey/template
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# Template file for 'python3-pynitrokey'
pkgname=python3-pynitrokey
version=0.12.0
version=0.12.1
revision=1
build_style=python3-pep517
make_build_args="--skip-dependency-check"
hostmakedepends="python3-poetry-core"
depends="python3-cffi python3-click
python3-click-aliases python3-semver python3-libusb1
Expand All @@ -18,7 +17,7 @@ maintainer="Mateusz Sylwestrzak <slymattz@gmail.com>"
license="LGPL-3.0-only OR GPL-3.0-or-later OR Apache-2.0 OR MIT"
homepage="https://github.com/Nitrokey/pynitrokey"
distfiles="https://github.com/Nitrokey/pynitrokey/archive/refs/tags/v${version}.tar.gz"
checksum=a36faa3a8b6d5341be10edaaf039d85cb0f03b3dbe38ed38038b47be03811e3f
checksum=e6d4e0ead72571603ce54e08a1bb1ed21bf15369137773c8ee6e6f562687f560

post_install() {
vlicense LICENSES/MIT.txt
Expand Down