Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Maintainer: Yao Zi <ziyao@disroot.org>

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)
Expand All @@ -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
Expand Down