diff options
author | envolution | 2024-12-27 13:08:54 -0500 |
---|---|---|
committer | envolution | 2024-12-27 13:08:54 -0500 |
commit | 19be1e1a6b99cefe1f8f05fdd86688f444c84a2e (patch) | |
tree | a519e335e8a047341fb05ede67d88cefa0ece349 /PKGBUILD | |
parent | 425c623b88a07347f55e7159318da533922b03d6 (diff) | |
download | aur-19be1e1a6b99cefe1f8f05fdd86688f444c84a2e.tar.gz |
add hatch to makedeps
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ makedepends=( python-installer python-setuptools python-wheel + python-hatch ) #source=("https://files.pythonhosted.org/packages/14/d8/e23bd08cd9749cb16ec5832a9e02d5f715efe2c7fc7e2637afaf41df2eee/${_pkgname}-${pkgver}.tar.gz") source=("${pkgname}-${pkgver}.tar.gz::https://github.com/microsoft/markitdown/archive/refs/tags/v${pkgver}.tar.gz") |