| author | Urja (ARMLFS builder)
<urja+armlfs@urja.dev> 2025-12-23 14:42:40 UTC |
| committer | Urja (ARMLFS builder)
<urja+armlfs@urja.dev> 2025-12-23 14:42:40 UTC |
| parent | 3de4d85436988439279aecaebd9e23c26e3b5acc |
| .SRCINFO | +1 | -0 |
| .gitignore | +2 | -0 |
| PKGBUILD | +1 | -1 |
diff --git a/.SRCINFO b/.SRCINFO index ee5fdfe..7e877b8 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -4,6 +4,7 @@ pkgbase = libmaxminddb pkgrel = 2 url = https://maxmind.github.io/libmaxminddb/ arch = x86_64 + arch = armv7h 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 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a43258a --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/src/ +/pkg/ diff --git a/PKGBUILD b/PKGBUILD index 2cf6e33..1912255 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.12.2 pkgrel=2 pkgdesc="MaxMind GeoIP2 database - split package with library and utilities" license=('Apache-2.0') -arch=('x86_64') +arch=('x86_64' 'armv7h') 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")