summaryrefslogtreecommitdiff
path: root/testing/swtpm/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/swtpm/APKBUILD')
-rw-r--r--testing/swtpm/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/swtpm/APKBUILD b/testing/swtpm/APKBUILD
index 46d6ead7a9c..a347e9464f4 100644
--- a/testing/swtpm/APKBUILD
+++ b/testing/swtpm/APKBUILD
@@ -2,14 +2,14 @@
# Maintainer: Jonas <3426-spameier@users.gitlab.alpinelinux.org>
pkgname=swtpm
pkgver=0.7.3
-pkgrel=0
+pkgrel=1
pkgdesc="Libtpms-based TPM emulator with socket, character device, and Linux CUSE interface"
url="https://github.com/stefanberger/swtpm"
arch="aarch64 armhf x86 x86_64"
license="BSD-3-Clause"
depends="libtpms"
makedepends="autoconf automake bash expect gawk gnutls gnutls-dev gnutls-utils
- json-glib-dev libseccomp-dev libtasn1-dev libtool libtpms-dev openssl-dev
+ json-glib-dev libseccomp-dev libtasn1-dev libtool libtpms-dev openssl-dev>3
python3 socat
"
subpackages="$pkgname-dev $pkgname-doc"