summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Witschel2022-02-04 18:12:22 +0100
committerJonas Witschel2022-02-04 18:12:22 +0100
commit24d00fadc8f1d795af6a3b58f0fcb58940939e03 (patch)
treedf3b852fae2da581d6fbde0d3082e2fcc9a6344a
parent31624638b56a0f74688572ef886c938eb0cceda9 (diff)
downloadaur-python-tpm2-pytss.tar.gz
upgpkg: python-tpm2-pytss 1.0.0-2: move python-pkgconfig to depends
In python-tpm2-pytss version 1.0.0, python-pkgconfig is required at runtime, cf. upstream commit https://github.com/tpm2-software/tpm2-pytss/commit/10d7b4811706de8dc01dd586fc7a0d4df4c1f17b
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7aa38f5d35cc..d99e9f53ce0c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = python-tpm2-pytss
pkgdesc = Python bindings for tpm2-tss
pkgver = 1.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/tpm2-software/tpm2-pytss
arch = x86_64
license = BSD
checkdepends = python-pytest
checkdepends = swtpm
makedepends = git
- makedepends = python-pkgconfig
makedepends = python-setuptools
makedepends = python-setuptools-scm
makedepends = python-toml
@@ -16,6 +15,7 @@ pkgbase = python-tpm2-pytss
depends = python-asn1crypto
depends = python-cffi
depends = python-cryptography
+ depends = python-pkgconfig
depends = tpm2-tss
depends = libtss2-esys.so
depends = libtss2-fapi.so
diff --git a/PKGBUILD b/PKGBUILD
index 513bd51d28e9..4e7787ca0f44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=python-tpm2-pytss
pkgver=1.0.0
_tag=cad39f77780f3fcb45d0cec79d5bf282c853a4e9 # git rev-parse "$pkgver"
-pkgrel=1
+pkgrel=2
pkgdesc='Python bindings for tpm2-tss'
arch=('x86_64')
url='https://github.com/tpm2-software/tpm2-pytss'
license=('BSD')
-depends=('python' 'python-asn1crypto' 'python-cffi' 'python-cryptography' 'tpm2-tss'
+depends=('python' 'python-asn1crypto' 'python-cffi' 'python-cryptography' 'python-pkgconfig' 'tpm2-tss'
'libtss2-esys.so' 'libtss2-fapi.so' 'libtss2-mu.so' 'libtss2-rc.so' 'libtss2-tctildr.so')
-makedepends=('git' 'python-pkgconfig' 'python-setuptools' 'python-setuptools-scm' 'python-toml')
+makedepends=('git' 'python-setuptools' 'python-setuptools-scm' 'python-toml')
checkdepends=('python-pytest' 'swtpm')
source=("git+$url.git?signed#tag=$_tag")
sha512sums=('SKIP')