summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabrice Mouhartem2023-12-28 22:04:37 +0100
committerFabrice Mouhartem2023-12-28 22:04:37 +0100
commit4f1a896d544db8637fab49994f3f6d65927d2d7c (patch)
tree45f7c85c3b0fbca1d0052a62da332b3ee35d98cf
parentc34940f4071194ae9165d0b0e1ec2b68365d1c83 (diff)
downloadaur-4f1a896d544db8637fab49994f3f6d65927d2d7c.tar.gz
Forgot python-hatchling in makedepends
-rw-r--r--PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7195625942a1..f73d61715174 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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=