git » libmaxminddb.git » commit 5e2df3d

Drop options=(debug)/options=('debug') from trunk

author Evangelos Foutras
2023-01-15 09:13:06 UTC
committer Evangelos Foutras
2023-01-15 09:13:06 UTC
parent 8fa0633ad76092c1976cfd17e79d3fd691092e8b

Drop options=(debug)/options=('debug') from trunk

devtools 20230105-1 enables the debug option by default.

A follow-up commit will remove debug from alongside other options.

PKGBUILD +0 -1

diff --git a/PKGBUILD b/PKGBUILD
index b614de9..1966d09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,6 @@ 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=('e8414f0dedcecbc1f6c31cb65cd81650952ab0677a4d8c49cab603b3b8fb083e')