summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGene C2024-03-29 18:48:01 -0400
committerGene C2024-03-29 18:48:01 -0400
commit9bbaf2b8191a33231bdc6c39aedb26b2697c443c (patch)
treeed7aad5b3199add39e7cd7758e2c68a508696291 /PKGBUILD
parent93f947e1b1f74829e7e18511e5afefb29aef7537 (diff)
downloadaur-lockmgr.tar.gz
update project version 1.4.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 57659085f027..92cbb07d9e10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgname='lockmgr'
pkgdesc='Python Lock Manager Class (gc)'
_gitname='lockmgr'
-pkgver=1.3.2
+pkgver=1.4.0
pkgrel=1
url="https://github.com/gene-git/lockmgr"
@@ -18,7 +18,7 @@ arch=(any)
license=(MIT)
# To build docs uncommont sphinx/texlive
-depends=('python>3.10' 'pynotify')
+depends=('python>3.10' 'python-pynotify')
makedepends=('git' 'python-build' 'python-wheel' 'python-hatch' 'rsync'
#'python-sphinx' 'python-myst-parser' 'texlive-latexextra'
)