summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThibaut Sautereau2020-06-03 14:31:50 +0200
committerThibaut Sautereau2020-06-03 15:06:20 +0200
commite534ab597c8b56b9051d4ffd915f975398ef6280 (patch)
tree6cad7bb53249f381b57e880b7b5bf8e240a3e4a5 /PKGBUILD
parent2d415b6a648208d39f26cd8bb69642c998629603 (diff)
downloadaur-swtpm.tar.gz
Bump to latest stable 0.3.1
While at it, explicitly add libseccomp in order to avoid transitive dependencies.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c8219b839953..80daa11c88fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Thibaut Sautereau (thithib) <thibaut.sautereau@clip-os.org>
pkgname=swtpm
-pkgver=0.3.0
+pkgver=0.3.1
pkgrel=1
pkgdesc="Libtpms-based TPM emulator with socket, character device, and Linux CUSE interface"
arch=('x86_64')
url="https://github.com/stefanberger/swtpm"
license=('BSD')
-depends=('glib2' 'fuse2' 'libtpms' 'gnutls' 'net-tools' 'tpm-tools' 'expect')
+depends=('glib2' 'fuse2' 'libtpms' 'gnutls' 'net-tools' 'tpm-tools' 'expect' 'libseccomp')
makedepends=('socat' 'python')
source=("https://codeload.github.com/stefanberger/swtpm/tar.gz/v${pkgver}"
'tmpfiles.conf')
-sha256sums=('d5c52fbc49ddcc0b75c0f672bd6d32d4fb88d7329167274419f17163141d18fe'
+sha256sums=('f1723e3a61a8a61f297636b19adb21eec4bdd3b8f4dd788275e2ada309c1c058'
'eb408adb3e40df1cbea7898426fd89c9a2774a970fd3e18a052a530f49c32336')
prepare() {