nomacs: fix build

increment revision to fix potential miscompilation
This commit is contained in:
classabbyamp 2024-07-20 18:57:46 -04:00
parent a2ae261c0e
commit 01f660fe0c
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5

View file

@ -1,7 +1,7 @@
# Template file for 'nomacs'
pkgname=nomacs
version=3.17.2287
revision=3
revision=4
_plugins_ver=3.17.2285
build_wrksrc=ImageLounge
build_style=cmake
@ -24,3 +24,8 @@ post_extract() {
cd ${build_wrksrc}
vsrcextract -C plugins "plugins.tar.gz"
}
post_patch() {
# XXX: remove this when updating, it no longer requires git as of 3.17.2295
vsed -i -e "s/import subprocess/return '${version}'/" ../scripts/versionupdate.py
}