Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging /
Packages / libmaxminddb
Commits:
2f6deca0 by Massimiliano Torromeo at 2026-02-25T10:59:35+01:00
upgpkg: 1.13.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,13 @@
pkgbase = libmaxminddb
pkgdesc = MaxMind GeoIP2 database - split package with library and
utilities
- pkgver = 1.12.2
- pkgrel = 2
+ pkgver = 1.13.1
+ pkgrel = 1
url = https://maxmind.github.io/libmaxminddb/
arch = x86_64
license = Apache-2.0
optdepends = geoip2-database: IP geolocation databases
- source =
https://github.com/maxmind/libmaxminddb/releases/download/1.12.2/libmaxminddb-1.12.2.tar.gz
- sha256sums =
1bfbf8efba3ed6462e04e225906ad5ce5fe958aa3d626a1235b2a2253d600743
+ source =
https://github.com/maxmind/libmaxminddb/releases/download/1.13.1/libmaxminddb-1.13.1.tar.gz
+ sha256sums =
49a2347f015683d83c5a281c1b2d38ca766a1f42d5183417973bf4ca9b8c4ca7
pkgname = libmaxminddb
pkgdesc = MaxMindDB GeoIP2 database library
=====================================
PKGBUILD
=====================================
@@ -3,15 +3,15 @@
pkgname=(libmaxminddb mmdblookup)
-pkgver=1.12.2
-pkgrel=2
+pkgver=1.13.1
+pkgrel=1
pkgdesc="MaxMind GeoIP2 database - split package with library and utilities"
license=('Apache-2.0')
arch=('x86_64')
url="https://maxmind.github.io/libmaxminddb/"
optdepends=('geoip2-database: IP geolocation databases')
source=("https://github.com/maxmind/libmaxminddb/releases/download/$pkgver/libmaxminddb-$pkgver.tar.gz")
-sha256sums=('1bfbf8efba3ed6462e04e225906ad5ce5fe958aa3d626a1235b2a2253d600743')
+sha256sums=('49a2347f015683d83c5a281c1b2d38ca766a1f42d5183417973bf4ca9b8c4ca7')
build() {
cd "$srcdir"/libmaxminddb-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libmaxminddb/-/commit/2f6deca01952133f10675be59456f101324761a9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libmaxminddb/-/commit/2f6deca01952133f10675be59456f101324761a9
You're receiving this email because of your account on gitlab.archlinux.org.