diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-15 17:34:36 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 11:45:43 +0000 |
commit | 7f672b9b6e8d8b6782be6df1d47e5a16a2e75756 (patch) | |
tree | eb6d3f186d441d8861c1ad86188b8d7610518d84 /community/py-geoip/APKBUILD | |
parent | 270ff257fbcbd57ddf289504d99a6486feccdc79 (diff) | |
download | aports-7f672b9b6e8d8b6782be6df1d47e5a16a2e75756.tar.bz2 aports-7f672b9b6e8d8b6782be6df1d47e5a16a2e75756.tar.xz |
community/py-geoip: rebuild against python 3.7
Diffstat (limited to 'community/py-geoip/APKBUILD')
-rw-r--r-- | community/py-geoip/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py-geoip/APKBUILD b/community/py-geoip/APKBUILD index e273508183..cfabcb226e 100644 --- a/community/py-geoip/APKBUILD +++ b/community/py-geoip/APKBUILD @@ -3,7 +3,7 @@ pkgname=py-geoip _pkgname=pygeoip pkgver=0.3.2 -pkgrel=1 +pkgrel=2 pkgdesc="A Pure Python GeoIP API" url="https://github.com/appliedsec/pygeoip" arch="noarch" |