Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages /
tdb
Commits:
7e7b28d6 by Tobias Powalowski at 2025-02-07T13:33:03+01:00
upgpkg: 1.4.13-1: update to latest version
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = tdb
pkgdesc = Trivial Database similar to GDBM but allows simultaneous
commits
- pkgver = 1.4.12
- pkgrel = 2
+ pkgver = 1.4.13
+ pkgrel = 1
url = https://tdb.samba.org/
arch = x86_64
license = GPL-3.0-or-later
@@ -11,10 +11,10 @@ pkgbase = tdb
depends = glibc
optdepends = python: for python bindings
provides = libtdb.so
- source = https://samba.org/ftp/tdb/tdb-1.4.12.tar.gz
- source = https://samba.org/ftp/tdb/tdb-1.4.12.tar.asc
+ source = https://samba.org/ftp/tdb/tdb-1.4.13.tar.gz
+ source = https://samba.org/ftp/tdb/tdb-1.4.13.tar.asc
validpgpkeys = 9147A339719518EE9011BCB54793916113084025
- b2sums =
a21d4d6335306ed43d099629960856b1f4e94be046d43b4c3d1cb7a1d929dcb7146f385d4a1c2e8ef3a22af73f7e4db9d2a6f032a7501946dd7fdcbead377661
+ b2sums =
25b8b3246dd0f19c8522a14b70df32b08f6cff9c61dc643e84f3c3d65be55acae5963b19bb271cff96f226c494f790c6763bcacd8513fe64c5e4f8c89e2d4754
b2sums = SKIP
pkgname = tdb
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
# Contributor: Tom Newsom <[email protected]>
pkgname=tdb
-pkgver=1.4.12
-pkgrel=2
+pkgver=1.4.13
+pkgrel=1
pkgdesc='Trivial Database similar to GDBM but allows simultaneous commits'
arch=(x86_64)
license=('GPL-3.0-or-later')
@@ -15,7 +15,7 @@ optdepends=('python: for python bindings')
provides=(libtdb.so)
source=(https://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar{.gz,.asc})
validpgpkeys=('9147A339719518EE9011BCB54793916113084025') # Samba Library
Distribution Key <[email protected]>
-b2sums=('a21d4d6335306ed43d099629960856b1f4e94be046d43b4c3d1cb7a1d929dcb7146f385d4a1c2e8ef3a22af73f7e4db9d2a6f032a7501946dd7fdcbead377661'
+b2sums=('25b8b3246dd0f19c8522a14b70df32b08f6cff9c61dc643e84f3c3d65be55acae5963b19bb271cff96f226c494f790c6763bcacd8513fe64c5e4f8c89e2d4754'
'SKIP')
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tdb/-/commit/7e7b28d62a466ebc05f07c89ad24113b4965cb52
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tdb/-/commit/7e7b28d62a466ebc05f07c89ad24113b4965cb52
You're receiving this email because of your account on gitlab.archlinux.org.