git » libmaxminddb.git » commit 7d62f4d

signed with new key and enabled debug package

author Massimiliano Torromeo
2022-02-28 11:36:33 UTC
committer Massimiliano Torromeo
2022-02-28 11:36:33 UTC
parent 0da26e80238ade97605d72e59c2b85f7c962bdb5

signed with new key and enabled debug package

PKGBUILD +2 -1

diff --git a/PKGBUILD b/PKGBUILD
index e170d10..8f01c79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,13 @@
 pkgname=(libmaxminddb mmdblookup)
 
 pkgver=1.6.0
-pkgrel=2
+pkgrel=3
 pkgdesc="MaxMind GeoIP2 database - split package with library and utilities"
 license=('Apache')
 arch=('x86_64')
 url="https://dev.maxmind.com/geoip/geoip2/downloadable/"
 optdepends=('geoip2-database: IP geolocation databases')
+options=('debug')
 source=("https://github.com/maxmind/libmaxminddb/releases/download/$pkgver/libmaxminddb-$pkgver.tar.gz")
 sha256sums=('7620ac187c591ce21bcd7bf352376a3c56a933e684558a1f6bef4bd4f3f98267')