summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Witschel2020-11-16 21:44:25 +0100
committerJonas Witschel2020-11-16 21:44:25 +0100
commit32a1185e6e098f5250d41d2cfa3d51a9cd0b6970 (patch)
tree6ba9d7f5675a0496059af055e42182be6b5cc158
parent971178c54b3be56ec4236a785c5dba7914f221e7 (diff)
downloadaur-32a1185e6e098f5250d41d2cfa3d51a9cd0b6970.tar.gz
upgpkg: tpm2-tools-git 5.0.r0.684eeed0-1: rename libutil-linux to util-linux-libs
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 480c89f47069..e85e41f0ef8b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tpm2-tools-git
pkgdesc = Trusted Platform Module 2.0 tools based on tpm2-tss
- pkgver = 4.2.r208.279bc782
+ pkgver = 5.0.r0.684eeed0
pkgrel = 1
url = https://github.com/tpm2-software/tpm2-tools
arch = x86_64
@@ -16,9 +16,9 @@ pkgbase = tpm2-tools-git
makedepends = autoconf-archive
makedepends = pandoc
depends = curl
- depends = libutil-linux
depends = openssl
depends = tpm2-tss
+ depends = util-linux-libs
depends = libtss2-esys.so
depends = libtss2-fapi.so
depends = libtss2-mu.so
diff --git a/PKGBUILD b/PKGBUILD
index 1184603af550..5431eed3d98e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Jonas Witschel <diabonas@archlinux.org>
# Contributor: Hexchain Tong <i at hexchain dot org>
pkgname=tpm2-tools-git
-pkgver=4.2.r208.279bc782
+pkgver=5.0.r0.684eeed0
pkgrel=1
pkgdesc='Trusted Platform Module 2.0 tools based on tpm2-tss'
arch=('x86_64')
url='https://github.com/tpm2-software/tpm2-tools'
license=('BSD')
-depends=('curl' 'libutil-linux' 'openssl' 'tpm2-tss' 'libtss2-esys.so' 'libtss2-fapi.so'
+depends=('curl' 'openssl' 'tpm2-tss' 'util-linux-libs' 'libtss2-esys.so' 'libtss2-fapi.so'
'libtss2-mu.so' 'libtss2-rc.so' 'libtss2-sys.so' 'libtss2-tctildr.so')
makedepends=('git' 'autoconf-archive' 'pandoc')
checkdepends=('cmocka' 'expect' 'ibm-sw-tpm2' 'iproute2' 'python-yaml' 'tpm2-abrmd' 'xxd')