Sergej Pupykin pushed to branch main at Arch Linux / Packaging / Packages /
libzdb
Commits:
64daefa3 by Sergej Pupykin at 2025-10-03T21:12:19+03:00
upgpkg: 3.4.1-1
- - - - -
3 changed files:
- .SRCINFO
- + .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = libzdb
pkgdesc = Zild Database Library
- pkgver = 3.3.0
+ pkgver = 3.4.1
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.3.0.tar.gz
- sha256sums =
b1f979f48f4c52f71821f4b2983ef26cf08fc58337effe5651155cfaa96ce95d
+ source = https://www.tildeslash.com/libzdb/dist/libzdb-3.4.1.tar.gz
+ sha256sums =
5b4633fc2a16880f776197f4045f62ef8db5062f63030fa221011d4b85d736cb
pkgname = libzdb
=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,4 @@
+[libzdb]
+source = "regex"
+url = "https://www.tildeslash.com/libzdb/"
+regex = "a href=.dist/libzdb-(\\d+\\.\\d+\\.\\d+).tar.gz.
class=.app_store..Download./a"
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Sergej Pupykin <[email protected]>
pkgname=libzdb
-pkgver=3.3.0
+pkgver=3.4.1
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=('b1f979f48f4c52f71821f4b2983ef26cf08fc58337effe5651155cfaa96ce95d')
+sha256sums=('5b4633fc2a16880f776197f4045f62ef8db5062f63030fa221011d4b85d736cb')
prepare() {
cd "$srcdir/$pkgname-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libzdb/-/commit/64daefa339088218990ebe8e697c40352e27524d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libzdb/-/commit/64daefa339088218990ebe8e697c40352e27524d
You're receiving this email because of your account on gitlab.archlinux.org.