hashworks pushed to branch main at Arch Linux / Packaging / Packages / python-geoipsets
Commits: ab29dc2e by Justin Kromlinger at 2024-01-26T15:50:30+01:00 upgpkg: 2.3.6-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,15 @@ +pkgbase = python-geoipsets + pkgdesc = Tool to generate country-specific IP ranges for iptables/ipset and nftables + pkgver = 2.3.6 + pkgrel = 1 + url = https://github.com/chr0mag/geoipsets/tree/main/python + arch = any + license = GPL3 + checkdepends = python-pytest + makedepends = python-setuptools + depends = python-requests + depends = python-beautifulsoup4 + source = python-geoipsets-2.3.6.tar.gz::https://github.com/chr0mag/geoipsets/archive/refs/tags/v2.3.6.tar.gz + sha512sums = 06712e68a05d1a1af9e54cac523a3e012e18d52a08f5cecbd2d0641e1f497eb30c68b36141a0e3e9235e516d62c9a6975c2240f0a265816151b43b87a98b185e + +pkgname = python-geoipsets ===================================== PKGBUILD ===================================== @@ -1,8 +1,8 @@ # Maintainer: Justin Kromlinger <[email protected]> pkgname=python-geoipsets -pkgver=2.3.5 -pkgrel=2 +pkgver=2.3.6 +pkgrel=1 pkgdesc='Tool to generate country-specific IP ranges for iptables/ipset and nftables' arch=('any') license=('GPL3') @@ -16,7 +16,7 @@ makedepends=( ) checkdepends=('python-pytest') source=("$pkgname-$pkgver.tar.gz::https://github.com/chr0mag/geoipsets/archive/refs/tags/v${pkgver}.tar.gz") -sha512sums=('9a39769311b8b48a56f35e4697f5f9f872486271db748a1c580856bae323c3f19d6595095bf9d7c49f78450a95547fa69a76a013691dd4547927d13d5b2d6b21') +sha512sums=('06712e68a05d1a1af9e54cac523a3e012e18d52a08f5cecbd2d0641e1f497eb30c68b36141a0e3e9235e516d62c9a6975c2240f0a265816151b43b87a98b185e') build() { cd "geoipsets-$pkgver/python" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-geoipsets/-/commit/ab29dc2e52501069fa00770faaa33afd75b3442e -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-geoipsets/-/commit/ab29dc2e52501069fa00770faaa33afd75b3442e You're receiving this email because of your account on gitlab.archlinux.org.
