summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Hansen2023-07-26 10:57:49 -0700
committerScott Hansen2023-07-26 10:57:49 -0700
commitd292533792676f3f055f3e83301bb451aea2e73b (patch)
tree9211153e78d32f71b8b0bd06784c424ff93c8aff
parent0513dae8d4eb6c4d86a0c50c76fe8916f954abe2 (diff)
downloadaur-d292533792676f3f055f3e83301bb451aea2e73b.tar.gz
Update build dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a45896881a6c..dbc82fad0a5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = keepmenu-git
pkgdesc = Dmenu/Rofi frontend for Keepass databases.
- pkgver = r177.aecb894
+ pkgver = r248.14b2782
pkgrel = 1
url = https://github.com/firecat53/keepmenu
install = keepmenu.install
@@ -11,6 +11,8 @@ pkgbase = keepmenu-git
makedepends = python-setuptools
makedepends = python-installer
makedepends = python-wheel
+ makedepends = python-hatchling
+ makedepends = python-hatch-vcs
depends = python
depends = python-pykeepass
depends = python-pynput
diff --git a/PKGBUILD b/PKGBUILD
index 0e084448764f..95e2de1eaeb3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ arch=('any')
url="https://github.com/firecat53/keepmenu"
license=('GPL3')
depends=('python' 'python-pykeepass' 'python-pynput')
-makedepends=('git' 'python-build' 'python-setuptools' 'python-installer' 'python-wheel')
+makedepends=('git' 'python-build' 'python-setuptools' 'python-installer' 'python-wheel' 'python-hatchling' 'python-hatch-vcs')
optdepends=('dmenu: either dmenu or rofi is required'
'rofi: either dmenu or rofi is required'
'xdotool: required for typing non-U.S. Unicode characters')