inxi: update to 3.3.36.1.

Fix update check.
This commit is contained in:
icp 2024-07-24 21:40:51 +05:30 committed by classabbyamp
parent 89ee981bb5
commit 3ae7e7684f
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'inxi'
pkgname=inxi
version=3.3.35.1
version=3.3.36.1
revision=1
_distver="${version%.*}-${version##*.}"
depends="dmidecode file glxinfo pciutils perl procps-ng usbutils xdpyinfo
@ -11,7 +11,7 @@ license="GPL-3.0-or-later"
homepage="https://smxi.org/docs/inxi.htm"
changelog="https://codeberg.org/smxi/inxi/raw/branch/master/inxi.changelog"
distfiles="https://codeberg.org/smxi/inxi/archive/${_distver}.tar.gz"
checksum=08e43312bc60435d770607c3611f2fa35478ea0f48c60d5d5fd60ab2ee421f2e
checksum=0f1e0ac7d5b702e66aec8fc3c07aaba036c0d47e729c35f26f19cddaa0b234d2
do_install() {
vbin inxi

View File

@ -1,2 +1,2 @@
pattern='/inxi/archive/refs/tags/\K[-.\d]+(?=\.tar)'
version=${wrksrc##*inxi-}
pattern="/archive/\K[\d.]+(?=[0-9a-z-]+\.tar\.gz)"
version=${version%\.*}