mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 05:02:00 +01:00
update project version
This commit is contained in:
parent
8512dbb7c8
commit
d5cc8496f2
2 changed files with 3 additions and 3 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = kea_config
|
||||
pkgdesc = Manage kea dhcp4 configs from single source config
|
||||
pkgver = 4.3.2
|
||||
pkgver = 4.4.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/gene-git/kea_config
|
||||
arch = any
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -10,7 +10,7 @@ pkgname='kea_config'
|
|||
pkgdesc='Manage kea dhcp4 configs from single source config'
|
||||
_gitname='kea_config'
|
||||
|
||||
pkgver=4.3.2
|
||||
pkgver=4.4.0
|
||||
pkgrel=1
|
||||
url="https://github.com/gene-git/kea_config"
|
||||
|
||||
|
|
@ -34,7 +34,7 @@ pkgver() {
|
|||
build() {
|
||||
cd "${_gitname}"
|
||||
/usr/bin/rm -f dist/*
|
||||
/usr/bin/python -m build --wheel --no-isolation
|
||||
/usr/bin/poetry build --format wheel
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue