[arch-commits] Commit in python-geoip2/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu May 13 08:22:56 UTC 2021
Date: Thursday, May 13, 2021 @ 08:22:55
Author: felixonmars
Revision: 932944
upgpkg: python-geoip2 4.2.0-1
Modified:
python-geoip2/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-13 08:22:55 UTC (rev 932943)
+++ PKGBUILD 2021-05-13 08:22:55 UTC (rev 932944)
@@ -1,9 +1,9 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=python-geoip2
-pkgver=4.1.0
+pkgver=4.2.0
_testdatacommit=cbaa463dc6950ababbf678ca85fb3833b81c76d3
-pkgrel=3
+pkgrel=1
pkgdesc="MaxMind GeoIP2 API"
url="https://github.com/maxmind/GeoIP2-python"
license=('Apache')
@@ -11,9 +11,9 @@
depends=('python-aiohttp' 'python-maxminddb' 'python-requests')
makedepends=('python-setuptools')
checkdepends=('python-mocket')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/maxmind/GeoIP2-python/archive/v$pkgver.tar.gz"
- https://github.com/maxmind/MaxMind-DB/archive/$_testdatacommit.tar.gz)
-sha512sums=('a82236b5097d555cfdba2885129202d4d42151997aad2e80e5aab7f96231642451a2e82f0176ca8e6ea033a69cfca5b3f82bf3de6b0cb9601ac926c3447fa680'
+source=("https://github.com/maxmind/GeoIP2-python/archive/v$pkgver/$pkgname-$pkgver.tar.gz"
+ MaxMind-DB-$_testdatacommit.tar.gz::https://github.com/maxmind/MaxMind-DB/archive/$_testdatacommit.tar.gz)
+sha512sums=('e58320152c36a1bdeb509330a31b852ecdefa3ec65127e75be38d494378754af923ab0e078038674a8ecaa8e6a30c174255d5f430daabaaad33fbd7a9650df3a'
'337552c1d6524ba31c1d3df55c0b6137ca2d5115529b8c1a619c82baa198886c274bac4228e456273851bddc46ca983ad2be6329b8f19d2769b745fb2c0f96b1')
prepare() {
More information about the arch-commits
mailing list