summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGitHub Action2024-12-05 14:00:18 +0000
committerGitHub Action2024-12-05 14:00:18 +0000
commita806d1ccefe62fbc3279eb8997d15a78f3c876f2 (patch)
tree5fb78a5a3f7b098a9b45b84028639d10315f733f
parentd20f99cb311cdb7b65ca037a0f45d1f0bc1fe8b0 (diff)
downloadaur-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--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e62a35db4937..beddaeef93b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 2dd51330ef88..c12038c03f30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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}")