From 9fb2ff52afcafa33fffbf6fe88d1340de256ce93 Mon Sep 17 00:00:00 2001 From: Gene C Date: Wed, 17 May 2023 13:52:24 -0400 Subject: [PATCH] update project version 4.4.2 --- .SRCINFO | 4 ++-- PKGBUILD | 9 ++------- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 89226122d69b..e0c9833a8a1e 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/PKGBUILD b/PKGBUILD index 820d655e42da..bf0dcb389f8d 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.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/*