Skip to content

Commit

Permalink
pispy-git: bump to 0.9.0.r0.g0fe67fc
Browse files Browse the repository at this point in the history
  • Loading branch information
RiverOnVenus committed Dec 5, 2024
1 parent f8af92b commit 4051666
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pispy-git/PKGBUILD
Original file line number Diff line number Diff line change
@@ -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}")
Expand Down

0 comments on commit 4051666

Please sign in to comment.