summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 319d6a459334..2c927527a0ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-hatchling-git
pkgdesc = Modern, extensible Python build backend
- pkgver = 1.11.1.r43.g15a583af
+ pkgver = 1.21.0.r17.g7b1ef02a
pkgrel = 1
url = https://hatch.pypa.io/latest/
arch = any
@@ -13,7 +13,7 @@ pkgbase = python-hatchling-git
depends = python-packaging
depends = python-pathspec
depends = python-pluggy
- depends = python-tomli
+ depends = python-trove-classifiers
provides = python-hatchling
conflicts = python-hatchling
source = hatch::git+https://github.com/pypa/hatch.git
diff --git a/PKGBUILD b/PKGBUILD
index c3eb7ebb094c..962d4f79c0d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
_name=hatchling
pkgname=python-hatchling-git
-pkgver=1.11.1.r43.g15a583af
+pkgver=1.21.0.r17.g7b1ef02a
pkgrel=1
pkgdesc="Modern, extensible Python build backend"
arch=('any')
url="https://hatch.pypa.io/latest/"
license=('MIT')
groups=()
-depends=('python-editables' 'python-packaging' 'python-pathspec' 'python-pluggy' 'python-tomli')
+depends=('python-editables' 'python-packaging' 'python-pathspec' 'python-pluggy' 'python-trove-classifiers')
makedepends=('git' 'python-build' 'python-installer' 'python-wheel')
checkdepends=()
optdepends=()