kalamine: update makedepends

This commit is contained in:
Fabrice Mouhartem 2023-12-28 22:59:07 +01:00
parent 2415a573fb
commit 4288f86fd1

View File

@ -4,7 +4,7 @@
# (https://aur.archlinux.org/packages/fanficfare-git)
_pkgname=kalamine
pkgname=kalamine-git
pkgver=r76.b566115
pkgver=r77.decbb32
pkgrel=1
pkgdesc="A text-based, cross-platform Keyboard Layout Maker."
arch=('any')
@ -19,7 +19,10 @@ _deps=(
'lxml'
)
depends=("${_deps[@]/#/python-}")
makedepends=('git')
makedepends=(
'git'
'python-hatchling'
)
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
install=