git » nvchecker.git » commit ab1ec41

The latest version is 2.8.post1 on PyPI, but the corresponding git tag

author Chih-Hsuan Yen
2022-04-15 02:14:28 UTC
committer Chih-Hsuan Yen
2022-04-15 02:14:28 UTC
parent 95910d0dd5d731cd9a98be01c01f5f1fde191389

The latest version is 2.8.post1 on PyPI, but the corresponding git tag

is missing. I asked the developer for help at
https://github.com/lilydjwg/nvchecker/commit/257b0f63fee8df04c0aed6d61d005eaa3ca46813#comments

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index da727d6..d22734a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
 # Maintainer: Chih-Hsuan Yen <yan12125@archlinux.org>
 
 pkgname=nvchecker
-pkgver=2.7
+pkgver=2.8
 # curl https://api.github.com/repos/lilydjwg/nvchecker/git/ref/tags/v$pkgver | jq -r .object.sha
-_tag=75066e554055170bec02dd4880c324559e7c08bf
+_tag=e0c52f798723256937364b4376ac4414ac71286d
 pkgrel=1
 pkgdesc="New version checker for software releases"
 arch=('any')