Sergej Pupykin pushed to branch main at Arch Linux / Packaging / Packages /
libzdb
Commits:
b6c95cd9 by Sergej Pupykin at 2026-03-06T05:28:08+03:00
upgpkg: 3.5.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = libzdb
pkgdesc = Zild Database Library
- pkgver = 3.4.1
+ pkgver = 3.5.0
pkgrel = 1
url = https://www.tildeslash.com/libzdb/
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = libzdb
depends = postgresql-libs
depends = sqlite
depends = mariadb-libs
- source = https://www.tildeslash.com/libzdb/dist/libzdb-3.4.1.tar.gz
- sha256sums =
5b4633fc2a16880f776197f4045f62ef8db5062f63030fa221011d4b85d736cb
+ source = https://www.tildeslash.com/libzdb/dist/libzdb-3.5.0.tar.gz
+ sha256sums =
90c79bf23b0c8fcb6543634844d17c094a24a360c9d63ddf6efc3741ebec32c5
pkgname = libzdb
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Sergej Pupykin <[email protected]>
pkgname=libzdb
-pkgver=3.4.1
+pkgver=3.5.0
pkgrel=1
pkgdesc="Zild Database Library"
arch=('x86_64')
@@ -9,7 +9,7 @@ url="https://www.tildeslash.com/libzdb/"
license=('GPL')
depends=('postgresql-libs' 'sqlite' 'mariadb-libs')
source=(https://www.tildeslash.com/libzdb/dist/libzdb-$pkgver.tar.gz)
-sha256sums=('5b4633fc2a16880f776197f4045f62ef8db5062f63030fa221011d4b85d736cb')
+sha256sums=('90c79bf23b0c8fcb6543634844d17c094a24a360c9d63ddf6efc3741ebec32c5')
prepare() {
cd "$srcdir/$pkgname-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libzdb/-/commit/b6c95cd92323cbbcde6c223bb9b69efa0339c464
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libzdb/-/commit/b6c95cd92323cbbcde6c223bb9b69efa0339c464
You're receiving this email because of your account on gitlab.archlinux.org.