From 183b679b58c3fe66ad9e29a7ff4cf94f0edb78b2 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Wed, 6 May 2026 17:54:18 +0300 Subject: [PATCH] Rebuild with python 3.14 --- pkg.info | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg.info b/pkg.info index bb67b3e..4564d1d 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: tdb description: Trivial Database similar to GDBM but allows simultaneous commits version: 1.4.15 -revision: 1 +revision: 2 url: https://tdb.samba.org/ license: GPL3-or-later maintainers: @@ -11,11 +11,11 @@ type: source depends: - glibc optional_depends: - - python3:For python bindings + - python3=3.14.*:For python bindings make_depends: - docbook-xsl-nons - libxslt - - python3 + - python3=3.14.* downloads: - url: https://www.samba.org/ftp/tdb/tdb-${BPM_PKG_VERSION}.tar.gz extract_to: ${BPM_SOURCE}