summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGene C2023-11-26 16:50:33 -0500
committerGene C2023-11-26 16:50:33 -0500
commitbd3f643e479c369898e187f9f30243c95e88e92e (patch)
tree438a09fa031b316a0e4d672a7c754e3943d3aff0
parentd23d9b7500f4c73a60aed6d6b174b622707f4d90 (diff)
downloadaur-bd3f643e479c369898e187f9f30243c95e88e92e.tar.gz
update project version 4.6.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5dc7c10833f2..8dbb876e3983 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kea_config
pkgdesc = Manage kea dhcp4 configs from single source config
- pkgver = 4.5.1
+ pkgver = 4.6.0
pkgrel = 1
url = https://github.com/gene-git/kea_config
arch = any
@@ -9,7 +9,7 @@ pkgbase = kea_config
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
- makedepends = python-poetry
+ makedepends = python-hatch
makedepends = rsync
depends = python>3.9
depends = python-packaging
@@ -17,7 +17,7 @@ pkgbase = kea_config
depends = python-tomli-w
depends = python-qrcode
depends = python-tomli
- source = git+https://github.com/gene-git/kea_config#tag=4.5.1
+ source = git+https://github.com/gene-git/kea_config#tag=4.6.0
sha512sums = SKIP
pkgname = kea_config
diff --git a/PKGBUILD b/PKGBUILD
index 76485c2ae8ea..0231a33dc605 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgname='kea_config'
pkgdesc='Manage kea dhcp4 configs from single source config'
_gitname='kea_config'
-pkgver=4.5.1
+pkgver=4.6.0
pkgrel=1
url="https://github.com/gene-git/kea_config"
@@ -21,7 +21,7 @@ depends=('python>3.9' 'python-packaging' 'python-netaddr'
'python-tomli-w' 'python-qrcode' 'python-tomli'
)
# To build docs uncommont sphinx/texlive
-makedepends=('git' 'python-build' 'python-installer' 'python-wheel' 'python-poetry' 'rsync'
+makedepends=('git' 'python-build' 'python-installer' 'python-wheel' 'python-hatch' 'rsync'
#'python-sphinx' 'texlive-latexextra' # Docs
)
# See mkpkg https://github.com/gene-git/Arch-mkpkg