mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/geoipupdate to 4.3.0-3
This commit is contained in:
parent
965de6aac5
commit
c5ccc76aaf
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue