From 405166699473e98c32161deca2f2de558e0a0633 Mon Sep 17 00:00:00 2001 From: RiverOnVenus Date: Thu, 5 Dec 2024 21:58:44 +0800 Subject: [PATCH] pispy-git: bump to 0.9.0.r0.g0fe67fc --- pispy-git/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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}")