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

Jürgen Hötzel juergen at archlinux.org
Mon Nov 7 07:38:13 UTC 2016


    Date: Monday, November 7, 2016 @ 07:38:12
  Author: juergen
Revision: 280000

Update to 1.6.9

Remove failing check:

https://github.com/maxmind/geoip-api-c/issues/79

Modified:
  geoip/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++-----------
 1 file changed, 5 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-07 07:26:52 UTC (rev 279999)
+++ PKGBUILD	2016-11-07 07:38:12 UTC (rev 280000)
@@ -1,10 +1,10 @@
 # $Id$
-# Maintainer: Dan McGee <dan at archlinux.org>
+# Maintainer: Juergen Hoetzel <juergen at archlinux.org>
 # Contributor: Manolis Tzanidakis <manolis at archlinux.org>
 
 pkgname=geoip
-pkgver=1.6.6
-pkgrel=2
+pkgver=1.6.9
+pkgrel=1
 pkgdesc="Non-DNS IP-to-country resolver C library & utils"
 arch=('i686' 'x86_64')
 url="http://www.maxmind.com/app/c"
@@ -14,11 +14,11 @@
 makedepends=('autoconf' 'libtool')
 options=('!emptydirs')
 source=($pkgname-$pkgver.tar.gz::https://github.com/maxmind/${pkgname}-api-c/archive/v${pkgver}.tar.gz)
-sha256sums=('db8ed5d07292c75cb3018738e6411037f15cc2a517f38ee04c1232cbe3d30b46')
+sha256sums=('05468adbb6bdbddc588ee6f0df990f47b1b24d278519c35d59f7a8058a2a9825')
 
 prepare() {
   cd geoip-api-c-$pkgver
-  autoreconf -vi
+  ./bootstrap
 }
 
 build() {
@@ -31,12 +31,6 @@
   make
 }
 
-check() {
-  cd geoip-api-c-$pkgver
-  ln -sf /usr/share/GeoIP data
-  make check
-}
-
 package() {
   cd geoip-api-c-$pkgver
   make DESTDIR="$pkgdir" install



More information about the arch-commits mailing list