update project version 4.4.2

This commit is contained in:
Gene C 2023-05-17 13:52:24 -04:00
parent 7655334956
commit 9fb2ff52af
2 changed files with 4 additions and 9 deletions

View file

@ -1,6 +1,6 @@
pkgbase = kea_config
pkgdesc = Manage kea dhcp4 configs from single source config
pkgver = 4.4.1
pkgver = 4.4.2
pkgrel = 1
url = https://github.com/gene-git/kea_config
arch = any
@ -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
source = git+https://github.com/gene-git/kea_config#tag=4.4.2
sha512sums = SKIP
pkgname = kea_config

View file

@ -10,7 +10,7 @@ pkgname='kea_config'
pkgdesc='Manage kea dhcp4 configs from single source config'
_gitname='kea_config'
pkgver=4.4.1
pkgver=4.4.2
pkgrel=1
url="https://github.com/gene-git/kea_config"
@ -23,14 +23,9 @@ depends=('python>3.9' 'python-packaging' 'python-netaddr'
makedepends=('git' 'python-build' 'python-installer' 'python-wheel' 'python-poetry' 'rsync')
# See mkpkg https://github.com/gene-git/Arch-mkpkg
_mkpkg_depends=('python>minor')
source=("git+https://github.com/gene-git/${_gitname}")
source=("git+https://github.com/gene-git/${_gitname}#tag=${pkgver}")
sha512sums=('SKIP')
pkgver() {
cd "${_gitname}"
git describe --tags --abbrev=0
}
build() {
cd "${_gitname}"
/usr/bin/rm -f dist/*