summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatrick Armengol2024-01-04 22:21:28 +0000
committerPatrick Armengol2024-01-04 22:21:28 +0000
commit3cc5ecb3e374c324d2320d8bbc7190fb9f9c01e7 (patch)
treeed117ccb7b38062f6887943cdc1185e3848ae5b9 /PKGBUILD
parent307876d8dc063187b365377980cdbf2685a1863b (diff)
downloadaur-python-hatch-git.tar.gz
upgpkg: python-hatch-git 1.9.1.r8.g7b1ef02a-1
updated python-hatch-git dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2c2403d8d174..4157ce7d77d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=hatch
pkgname=python-hatch-git
-pkgver=1.6.2.r42.g1834c921
+pkgver=1.9.1.r8.g7b1ef02a
pkgrel=1
pkgdesc="Modern, extensible Python project management"
arch=('any')
@@ -12,10 +12,10 @@ groups=()
depends=(
'python' 'python-click' 'python-hatchling' 'python-httpx' 'python-hyperlink'
'python-keyring' 'python-packaging' 'python-pexpect' 'python-platformdirs'
- 'python-pyperclip' 'python-rich' 'python-shellingham' 'python-tomli-w' 'python-tomlkit'
- 'python-userpath' 'python-virtualenv'
+ 'python-rich' 'python-setuptools' 'python-shellingham' 'python-tomli' 'python-tomli-w' 'python-tomlkit'
+ 'python-userpath' 'python-virtualenv' 'python-zstandard'
)
-makedepends=('git' 'python-build' 'python-installer' 'python-wheel')
+makedepends=('git' 'python-build' 'python-installer' 'python-wheel' 'python-hatch-vcs')
checkdepends=()
optdepends=()
provides=('python-hatch')