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

Eric Belanger eric at archlinux.org
Sat Sep 6 04:49:00 UTC 2008


    Date: Saturday, September 6, 2008 @ 00:49:00
  Author: eric
Revision: 11904

upgpkg: python-geoip 1.2.2-1
    added license

Modified:
  python-geoip/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-09-06 04:46:01 UTC (rev 11903)
+++ PKGBUILD	2008-09-06 04:49:00 UTC (rev 11904)
@@ -7,12 +7,13 @@
 pkgdesc="Python bindings for the GeoIP IP-to-country resolver library."
 arch=(i686 x86_64)
 url="http://www.maxmind.com/app/python"
+license=('LGPL')
 depends=('python>=2.5' 'geoip')
 source=(http://www.maxmind.com/download/geoip/api/python/GeoIP-Python-${pkgver}.tar.gz)
+md5sums=('537ddd7b6000a283f96bdcb0a563b12e')
 replaces=('geoip-python')
 provides=('geoip-python')
 
-md5sums=('537ddd7b6000a283f96bdcb0a563b12e')
 
 build() {
   cd ${startdir}/src/GeoIP-Python-${pkgver}




More information about the arch-commits mailing list