summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGene C2023-05-17 13:52:24 -0400
committerGene C2023-05-17 13:52:24 -0400
commit9fb2ff52afcafa33fffbf6fe88d1340de256ce93 (patch)
tree0d51ab49ecb992147ecd873549efb4ed19dad948 /PKGBUILD
parent76553349568ca947ddb5a6cae8b307ca7b49ae08 (diff)
downloadaur-9fb2ff52afcafa33fffbf6fe88d1340de256ce93.tar.gz
update project version 4.4.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 2 insertions, 7 deletions
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/*