summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGene C2024-05-04 07:25:03 -0400
committerGene C2024-05-04 07:25:03 -0400
commit263e5e58da00e39b10a1f9692bec167260b8f62f (patch)
treef8a2f40e88696dfa8f75edfca9d7a23695bb322c
parentd8d329b778d200ff6baa16e1f89f3c33ff3851e6 (diff)
downloadaur-iwinfo.tar.gz
update project to 2.2.0
-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'
)