[arch-commits] Commit in geoip2-database/trunk (PKGBUILD)
Massimiliano Torromeo
mtorromeo at archlinux.org
Tue Jun 18 11:58:28 UTC 2019
Date: Tuesday, June 18, 2019 @ 11:58:28
Author: mtorromeo
Revision: 482148
upgpkg: geoip2-database 20190611-1
Modified:
geoip2-database/trunk/PKGBUILD
----------+
PKGBUILD | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-06-18 11:56:39 UTC (rev 482147)
+++ PKGBUILD 2019-06-18 11:58:28 UTC (rev 482148)
@@ -1,30 +1,30 @@
# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
pkgname='geoip2-database'
-pkgver=20190415
+pkgver=20190611
pkgrel=1
pkgdesc="GeoLite2 IP geolocation databases compiled by MaxMind"
arch=('any')
url="https://dev.maxmind.com/geoip/geoip2/geolite2/"
license=('custom:OPEN DATA LICENSE')
-source=(GeoLite2-City-$pkgver.tar.gz::https://geolite.maxmind.com/download/geoip/database/GeoLite2-City.tar.gz
- GeoLite2-Country-$pkgver.tar.gz::https://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.tar.gz
- GeoLite2-ASN-$pkgver.tar.gz::https://geolite.maxmind.com/download/geoip/database/GeoLite2-ASN.tar.gz)
-noextract=(GeoLite2-City-$pkgver.tar.gz
- GeoLite2-Country-$pkgver.tar.gz
- GeoLite2-ASN-$pkgver.tar.gz)
-sha256sums=('f270c0345734bccc0913ce1c95a2ab50892881761a8522d5039c111bbb80475d'
- '94852779febcec4caa796e3e9bbb9f53314e86e4a10284b31ae83e8edcd589ff'
- 'b5e1f862b78df2ab6e5ff997d9acde64e8be653c6099bdf328a93c6777d65795')
+source=(https://geolite.maxmind.com/download/geoip/database/GeoLite2-City_$pkgver.tar.gz
+ https://geolite.maxmind.com/download/geoip/database/GeoLite2-Country_$pkgver.tar.gz
+ https://geolite.maxmind.com/download/geoip/database/GeoLite2-ASN_$pkgver.tar.gz)
+noextract=(GeoLite2-City_$pkgver.tar.gz
+ GeoLite2-Country_$pkgver.tar.gz
+ GeoLite2-ASN_$pkgver.tar.gz)
+sha256sums=('85dbc340afb57c51a1154608a620b449252cf404588e3e6657a6b37a0c90d508'
+ 'd570dac030f6404425a8d213f414231e994d70ea6f0edc3e9f1c4dea16047448'
+ 'a51bcbeedaa148427f74409e08b4fe9ab21d32e3f08d83dcc7013c8b276f7f79')
prepare() {
cd "$srcdir"
for _db in GeoLite2-{City,Country,ASN}; do
- tar --strip-components=1 -xf $_db-$pkgver.tar.gz --wildcards "*/$_db.mmdb"
+ tar --strip-components=1 -xf ${_db}_$pkgver.tar.gz --wildcards "*/$_db.mmdb"
done
- tar --strip-components=1 -xf GeoLite2-ASN-$pkgver.tar.gz --wildcards "*/COPYRIGHT.txt" "*/LICENSE.txt"
+ tar --strip-components=1 -xf GeoLite2-ASN_$pkgver.tar.gz --wildcards "*/COPYRIGHT.txt" "*/LICENSE.txt"
}
package() {
More information about the arch-commits
mailing list