diff options
author | GitHub Action | 2024-12-05 14:00:18 +0000 |
---|---|---|
committer | GitHub Action | 2024-12-05 14:00:18 +0000 |
commit | a806d1ccefe62fbc3279eb8997d15a78f3c876f2 (patch) | |
tree | 5fb78a5a3f7b098a9b45b84028639d10315f733f | |
parent | d20f99cb311cdb7b65ca037a0f45d1f0bc1fe8b0 (diff) | |
download | aur-a806d1ccefe62fbc3279eb8997d15a78f3c876f2.tar.gz |
Update from GitHub Actions: pispy-git: bump to 0.9.0.r0.g0fe67fc
https://github.com/RiverOnVenus/AUR-packages/actions/runs/12181243525
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = pispy-git pkgdesc = A terminal-based tool for looking up stuff in PyPI - pkgver = 0.8.0.r0.g6fa173b + pkgver = 0.9.0.r0.g0fe67fc pkgrel = 1 url = https://github.com/davep/pispy arch = any @@ -10,12 +10,12 @@ pkgbase = pispy-git makedepends = python-installer makedepends = python-wheel makedepends = python-setuptools + makedepends = python-hatchling depends = python depends = python-httpx depends = python-textual depends = python-typing_extensions depends = python-packaging - depends = python-linkify-it-py provides = pispy conflicts = pispy source = pispy-git::git+https://github.com/davep/pispy @@ -1,13 +1,13 @@ # Maintainer: RiverOnVenus <error@zhui.dev> 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}") |