* update geoip to 1.6.12-3
This commit is contained in:
parent
873e9edf9b
commit
33ae16afc1
17
geoip/.SRCINFO
Normal file
17
geoip/.SRCINFO
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
pkgbase = geoip
|
||||||
|
pkgdesc = Non-DNS IP-to-country resolver C library & utils
|
||||||
|
pkgver = 1.6.12
|
||||||
|
pkgrel = 3
|
||||||
|
url = https://www.maxmind.com/app/c
|
||||||
|
arch = x86_64
|
||||||
|
license = GPL
|
||||||
|
makedepends = autoconf
|
||||||
|
makedepends = libtool
|
||||||
|
depends = zlib
|
||||||
|
depends = geoip-database
|
||||||
|
optdepends = geoip-database-extra: city/ASN databases (not needed for country lookups)
|
||||||
|
options = !emptydirs
|
||||||
|
source = geoip-1.6.12.tar.gz::https://github.com/maxmind/geoip-api-c/archive/v1.6.12.tar.gz
|
||||||
|
sha256sums = 99b119f8e21e94f1dfd6d49fbeed29a70df1544896e76cd456f25e397b07d476
|
||||||
|
|
||||||
|
pkgname = geoip
|
4
geoip/.nvchecker.toml
Normal file
4
geoip/.nvchecker.toml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
[geoip]
|
||||||
|
source = "git"
|
||||||
|
git = "https://github.com/maxmind/geoip-api-c.git"
|
||||||
|
prefix = "v"
|
@ -4,16 +4,13 @@
|
|||||||
|
|
||||||
pkgname=geoip
|
pkgname=geoip
|
||||||
pkgver=1.6.12
|
pkgver=1.6.12
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="Non-DNS IP-to-country resolver C library & utils"
|
pkgdesc="Non-DNS IP-to-country resolver C library & utils"
|
||||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||||
url="https://www.maxmind.com/app/c"
|
url="https://www.maxmind.com/app/c"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
depends=('zlib')
|
depends=('zlib' 'geoip-database')
|
||||||
optdepends=(
|
optdepends=('geoip-database-extra: city/ASN databases (not needed for country lookups)')
|
||||||
'geoip-database: GeoIP legacy country database (based on GeoLite2 data created by MaxMind)'
|
|
||||||
'geoip-database-extra: city/ASN databases (not needed for country lookups)'
|
|
||||||
)
|
|
||||||
makedepends=('autoconf' 'libtool')
|
makedepends=('autoconf' 'libtool')
|
||||||
options=('!emptydirs')
|
options=('!emptydirs')
|
||||||
source=($pkgname-$pkgver.tar.gz::https://github.com/maxmind/${pkgname}-api-c/archive/v${pkgver}.tar.gz)
|
source=($pkgname-$pkgver.tar.gz::https://github.com/maxmind/${pkgname}-api-c/archive/v${pkgver}.tar.gz)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user