summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGene C2024-05-04 06:13:01 -0400
committerGene C2024-05-04 06:13:01 -0400
commitd8d329b778d200ff6baa16e1f89f3c33ff3851e6 (patch)
treeee905ee2ab4dc84b73c117bf2b01b92508835003
parent78143cb605d02d522c224b6015fefd4653fea0b6 (diff)
downloadaur-d8d329b778d200ff6baa16e1f89f3c33ff3851e6.tar.gz
update project to 2.1.0
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc52cd633aef..a822409b7651 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = iwinfo
pkgdesc = Provide wifi information about capabilities and network(s)
- pkgver = 2.0.6
+ pkgver = 2.1.0
pkgrel = 1
url = https://github.com/gene-git/iwinfo
install = iwinfo.install
@@ -17,8 +17,7 @@ pkgbase = iwinfo
makedepends = texlive-latexextra
depends = python>3.10
depends = libcap-ng
- depends = python-prctl
- source = git+https://github.com/gene-git/iwinfo#tag=2.0.6
+ source = git+https://github.com/gene-git/iwinfo#tag=2.1.0
sha512sums = SKIP
pkgname = iwinfo
diff --git a/PKGBUILD b/PKGBUILD
index e419e93534a5..69f1be667988 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgname='iwinfo'
pkgdesc='Provide wifi information about capabilities and network(s)'
_gitname='iwinfo'
-pkgver=2.0.6
+pkgver=2.1.0
pkgrel=1
url="https://github.com/gene-git/iwinfo"
@@ -20,7 +20,7 @@ license=(MIT)
install='iwinfo.install'
# To build docs uncomment sphinx/texlive
-depends=('python>3.10' 'libcap-ng' 'python-prctl')
+depends=('python>3.10' 'libcap-ng')
makedepends=('git' 'python-build' 'python-wheel' 'python-installer' 'python-hatch' 'rsync'
'python-sphinx' 'python-myst-parser' 'texlive-latexextra'
)