[arch-commits] Commit in geoip/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Fri Mar 25 13:23:06 UTC 2016


    Date: Friday, March 25, 2016 @ 14:23:05
  Author: foutrelis
Revision: 262538

upgpkg: geoip 1.6.6-2

- Optionally depend on geoip-database-extra for city/ASN databases.
- Remove nonexistent backup() entry.

Modified:
  geoip/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-25 13:10:20 UTC (rev 262537)
+++ PKGBUILD	2016-03-25 13:23:05 UTC (rev 262538)
@@ -4,14 +4,14 @@
 
 pkgname=geoip
 pkgver=1.6.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Non-DNS IP-to-country resolver C library & utils"
 arch=('i686' 'x86_64')
 url="http://www.maxmind.com/app/c"
 license=('GPL')
 depends=('zlib' 'geoip-database')
+optdepends=('geoip-database-extra: city/ASN databases (not needed for country lookups)')
 makedepends=('autoconf' 'libtool')
-backup=('etc/geoip/GeoIP.conf')
 options=('!emptydirs')
 source=($pkgname-$pkgver.tar.gz::https://github.com/maxmind/${pkgname}-api-c/archive/v${pkgver}.tar.gz)
 sha256sums=('db8ed5d07292c75cb3018738e6411037f15cc2a517f38ee04c1232cbe3d30b46')



More information about the arch-commits mailing list