summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a822409b7651..97e881ad287c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = iwinfo
pkgdesc = Provide wifi information about capabilities and network(s)
- pkgver = 2.1.0
+ pkgver = 2.2.0
pkgrel = 1
url = https://github.com/gene-git/iwinfo
install = iwinfo.install
@@ -16,8 +16,9 @@ pkgbase = iwinfo
makedepends = python-myst-parser
makedepends = texlive-latexextra
depends = python>3.10
- depends = libcap-ng
- source = git+https://github.com/gene-git/iwinfo#tag=2.1.0
+ depends = libcap-ng>=0.6
+ depends = python-capng
+ source = git+https://github.com/gene-git/iwinfo#tag=2.2.0
sha512sums = SKIP
pkgname = iwinfo
diff --git a/PKGBUILD b/PKGBUILD
index 69f1be667988..8f4b17f753cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgname='iwinfo'
pkgdesc='Provide wifi information about capabilities and network(s)'
_gitname='iwinfo'
-pkgver=2.1.0
+pkgver=2.2.0
pkgrel=1
url="https://github.com/gene-git/iwinfo"
@@ -20,7 +20,8 @@ license=(MIT)
install='iwinfo.install'
# To build docs uncomment sphinx/texlive
-depends=('python>3.10' 'libcap-ng')
+# Note libcap_ng >= 0.6 provides python bindings
+depends=('python>3.10' 'libcap-ng>=0.6' 'python-capng')
makedepends=('git' 'python-build' 'python-wheel' 'python-installer' 'python-hatch' 'rsync'
'python-sphinx' 'python-myst-parser' 'texlive-latexextra'
)