community/geoipupdate to 4.3.0-3

This commit is contained in:
Kevin Mihelich 2020-08-09 17:54:19 +00:00
parent 965de6aac5
commit c5ccc76aaf

View file

@ -7,7 +7,7 @@
pkgname=geoipupdate
pkgver=4.3.0
pkgrel=2
pkgrel=3
pkgdesc="Update GeoIP2 and GeoIP Legacy binary databases from MaxMind"
license=('Apache' 'MIT')
arch=('x86_64')
@ -63,7 +63,7 @@ package() {
cd "$srcdir/build"
install -Dm755 geoipupdate "$pkgdir/usr/bin/geoipupdate"
install -Dm644 GeoIP.conf "$pkgdir/etc/GeoIP.conf"
install -Dm600 GeoIP.conf "$pkgdir/etc/GeoIP.conf"
install -Dm644 geoipupdate.md "$pkgdir/usr/share/doc/$pkgname/geoipupdate.md"
install -Dm644 GeoIP.conf.md "$pkgdir/usr/share/doc/$pkgname/GeoIP.conf.md"
#install -Dm644 geoipupdate.1 "$pkgdir/usr/share/man/man1/geoipupdate.1"