Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging /
Packages / libmaxminddb
Commits:
a196bbad by Massimiliano Torromeo at 2026-03-05T23:53:04+01:00
upgpkg: 1.13.3-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.13.2
+ pkgver = 1.13.3
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.13.2/libmaxminddb-1.13.2.tar.gz
- sha256sums =
2c7aac2f1d97eb8127ae58710731c232648e1f02244c49b36f9b64e5facebf90
+ source =
https://github.com/maxmind/libmaxminddb/releases/download/1.13.3/libmaxminddb-1.13.3.tar.gz
+ sha256sums =
a66502ea76eadbe17f2cd6fd708946777253972d2ae8157dee1b23a2fb528171
pkgname = libmaxminddb
pkgdesc = MaxMindDB GeoIP2 database library
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=(libmaxminddb mmdblookup)
-pkgver=1.13.2
+pkgver=1.13.3
pkgrel=1
pkgdesc="MaxMind GeoIP2 database - split package with library and utilities"
license=('Apache-2.0')
@@ -11,7 +11,7 @@ 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=('2c7aac2f1d97eb8127ae58710731c232648e1f02244c49b36f9b64e5facebf90')
+sha256sums=('a66502ea76eadbe17f2cd6fd708946777253972d2ae8157dee1b23a2fb528171')
build() {
cd "$srcdir"/libmaxminddb-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libmaxminddb/-/commit/a196bbad7dfa421a427d9842a4b6f8b89535beed
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libmaxminddb/-/commit/a196bbad7dfa421a427d9842a4b6f8b89535beed
You're receiving this email because of your account on gitlab.archlinux.org.