From 96d325d9e04ca1fb15e8f1d611b94a77e30025d0 Mon Sep 17 00:00:00 2001 From: eweos-helper <134289199+eweos-helper[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 10:35:54 +0000 Subject: [PATCH] [python-portend] 3.2.1-1: new upstream version --- PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index e7f1b19f6..548735d00 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: Yao Zi pkgname=python-portend -pkgver=3.2.0 -pkgrel=3 +pkgver=3.2.1 +pkgrel=1 pkgdesc='Use portend to monitor TCP ports for bound or unbound states.' url='https://github.com/jaraco/portend' arch=(any) @@ -12,7 +12,7 @@ makedepends=(python-wheel python-build python-installer python-setuptools python-setuptools-scm git) checkdepends=(python-pytest) source=("git+$url.git#tag=v$pkgver") -sha256sums=('SKIP') +sha256sums=('b0c7bcbb7374b5e8f444e8a98c015a15abbc777ba9c2c214ac35f0d658ca14df') build() { cd portend