diff --git a/pispy-git/PKGBUILD b/pispy-git/PKGBUILD index 2dd5133..c12038c 100644 --- a/pispy-git/PKGBUILD +++ b/pispy-git/PKGBUILD @@ -1,13 +1,13 @@ # Maintainer: RiverOnVenus pkgname=pispy-git -pkgver=0.7.0.r0.g33f063e +pkgver=0.9.0.r0.g0fe67fc pkgrel=1 pkgdesc='A terminal-based tool for looking up stuff in PyPI' url="https://github.com/davep/pispy" arch=('any') license=('GPL-3.0-only') -depends=('python' 'python-httpx' 'python-textual' 'python-typing_extensions' 'python-packaging' 'python-linkify-it-py') -makedepends=('git' 'python-build' 'python-installer' 'python-wheel' 'python-setuptools') +depends=('python' 'python-httpx' 'python-textual' 'python-typing_extensions' 'python-packaging') +makedepends=('git' 'python-build' 'python-installer' 'python-wheel' 'python-setuptools' 'python-hatchling') provides=('pispy') conflicts=('pispy') source=("$pkgname"::"git+${url}")