mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 05:02:00 +01:00
update project version 4.4.2
This commit is contained in:
parent
7655334956
commit
9fb2ff52af
2 changed files with 4 additions and 9 deletions
4
.SRCINFO
4
.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
|
||||
|
|
|
|||
9
PKGBUILD
9
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/*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue