Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
tpm2-pkcs11


Commits:
7033166f by Jelle van der Waa at 2024-12-07T13:23:36+01:00
upgpkg: 1.9.0-3: Rebuild for Python 3.13

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = tpm2-pkcs11
        pkgdesc = PKCS#11 interface for Trusted Platform Module 2.0 hardware
        pkgver = 1.9.0
-       pkgrel = 2
+       pkgrel = 3
        url = https://github.com/tpm2-software/tpm2-pkcs11
        arch = x86_64
        license = BSD


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 
 pkgname=tpm2-pkcs11
 pkgver=1.9.0
-pkgrel=2
+pkgrel=3
 pkgdesc='PKCS#11 interface for Trusted Platform Module 2.0 hardware'
 arch=('x86_64')
 url='https://github.com/tpm2-software/tpm2-pkcs11'
@@ -33,8 +33,10 @@ prepare() {
 
 build() {
        cd "$pkgname-$pkgver"
-       export 
CLASSPATH="/usr/share/java/junit.jar:/usr/share/java/hamcrest-core.jar:$CLASSPATH"
-       ./configure --prefix=/usr --enable-unit $( ((CHECKFUNC)) && echo 
--enable-integration)
+       # Disable integration tests as they can't find hamcrest-core after it 
has been bumped to 3.0
+       # export 
CLASSPATH="/usr/share/java/junit.jar:/usr/share/java/hamcrest-core.jar:$CLASSPATH"
+       # ./configure --prefix=/usr --enable-unit $( ((CHECKFUNC)) && echo 
--enable-integration)
+       ./configure --prefix=/usr --enable-unit
        make
        cd tools
        python -m build --wheel --no-isolation



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tpm2-pkcs11/-/commit/7033166fae694bccb5f28899f25dc20ea6a6a822

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tpm2-pkcs11/-/commit/7033166fae694bccb5f28899f25dc20ea6a6a822
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to