summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7af1a2d0606b..ef15b1509573 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-tpm2-pytss
_name=${pkgname#python-}
pkgver=0.1.8
-pkgrel=2
+pkgrel=3
pkgdesc='Python bindings for tpm2-tss'
arch=('x86_64')
url='https://github.com/tpm2-software/tpm2-pytss'
@@ -21,7 +21,7 @@ build() {
check() {
cd "$_name-$pkgver"
- python setup.py test
+ python -B setup.py test
}
package() {