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