Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages
/ lmdbxx
Commits:
8b07da01 by Leonidas Spyropoulos at 2026-09-21T20:55:42+01:00
upgpkg: 1.0.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,13 @@
pkgbase = lmdbxx
pkgdesc = C++17 wrapper for the LMDB embedded B+ tree database library
- pkgver = 1.0.0
- pkgrel = 3
+ pkgver = 1.0.2
+ pkgrel = 1
url = https://github.com/hoytech/lmdbxx
arch = x86_64
license = Unlicense
depends = lmdb
- source =
https://github.com/hoytech/lmdbxx/archive/1.0.0/lmdbxx-1.0.0.tar.gz
- sha512sums =
54f6c4863273b4de8aed6bc19f353c7a66d8ae633198e9784c55cea8e54460e4030ebe45e91a7c820aade084933f21cd4193ef8c04bb2aef11bf252281404171
- b2sums =
203173132a9c84c2d6a53799f8acc92dac5bd075b69f7b25e8eee3341933ccdd868eb190cef07371469856e32fc42215c5395db61f141863f60a5d0a2b888790
+ source =
https://github.com/hoytech/lmdbxx/archive/1.0.2/lmdbxx-1.0.2.tar.gz
+ sha512sums =
2e30dd439729f2947649be7ef3aa10e07a0feb073000128ece2948b857bf43debc84d7093472180798b62994d70810c7a4febd3f85ae9efda2483e55207df4a2
+ b2sums =
e9a7599398de6995c1af9e09df7ac2f031fbfba93f0d71842f0a598412fd7291a0030aeb8e2e1a45b4d2dffc166fb146f2136b7904da5335089135e03ae3ac5c
pkgname = lmdbxx
=====================================
PKGBUILD
=====================================
@@ -2,16 +2,16 @@
# Contributor: Luca Weiss <luca (at) z3ntu (dot) xyz>
pkgname=lmdbxx
-pkgver=1.0.0
-pkgrel=3
+pkgver=1.0.2
+pkgrel=1
pkgdesc="C++17 wrapper for the LMDB embedded B+ tree database library"
arch=('x86_64')
url="https://github.com/hoytech/lmdbxx"
license=('Unlicense')
depends=(lmdb)
source=("https://github.com/hoytech/lmdbxx/archive/$pkgver/lmdbxx-$pkgver.tar.gz")
-sha512sums=('54f6c4863273b4de8aed6bc19f353c7a66d8ae633198e9784c55cea8e54460e4030ebe45e91a7c820aade084933f21cd4193ef8c04bb2aef11bf252281404171')
-b2sums=('203173132a9c84c2d6a53799f8acc92dac5bd075b69f7b25e8eee3341933ccdd868eb190cef07371469856e32fc42215c5395db61f141863f60a5d0a2b888790')
+sha512sums=('2e30dd439729f2947649be7ef3aa10e07a0feb073000128ece2948b857bf43debc84d7093472180798b62994d70810c7a4febd3f85ae9efda2483e55207df4a2')
+b2sums=('e9a7599398de6995c1af9e09df7ac2f031fbfba93f0d71842f0a598412fd7291a0030aeb8e2e1a45b4d2dffc166fb146f2136b7904da5335089135e03ae3ac5c')
check() {
cd "${pkgname}-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lmdbxx/-/commit/8b07da014ce641ee33e1add89ba57c5cb4751400
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lmdbxx/-/commit/8b07da014ce641ee33e1add89ba57c5cb4751400
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help