[voidlinux/void-packages] xbps-src: update-check: handle underscores in upstream version string (#13443)

Piotr at Fri, 13 Apr 2018 14:53:46 +0000 (UTC)
Affects also few other packages, e.g. luafilesystem You can view, comment on, or merge this pull request online at: https://github.com/voidlinux/void-packages/pull/13443 -- Commit Summary -- * xbps-src: update-check: handle underscores in upstream version string -- File Changes -- M common/xbps-src/shutils/update_check.sh (1) M srcpkgs/iverilog/update (1) M srcpkgs/lowdown/update (3) M srcpkgs/portaudio/update (1) -- Patch Links -- https://github.com/voidlinux/void-packages/pull/13443.patch https://github.com/voidlinux/void-packages/pull/13443.diff
maxice8 at Fri, 13 Apr 2018 09:46:27 -0700
maxice8 commented on this pull request. > @@ -1,4 +1 @@ -# This pattern is incomplete, it finds out the versions like '0_3_1' but -# comparison with 'xbps-uhelper cmpver' results in it being always treated -# as a lower version pattern="VERSION_\K[\d_]+" i think it should be `\d\.` instead of `\d_`
maxice8 at Fri, 13 Apr 2018 16:46:36 +0000 (UTC)
maxice8 commented on this pull request. > @@ -1,4 +1 @@ -# This pattern is incomplete, it finds out the versions like '0_3_1' but -# comparison with 'xbps-uhelper cmpver' results in it being always treated -# as a lower version pattern="VERSION_\K[\d_]+" note: i didn't test.
Piotr at Fri, 13 Apr 2018 17:23:48 +0000 (UTC)
Chocimier commented on this pull request. > @@ -1,4 +1 @@ -# This pattern is incomplete, it finds out the versions like '0_3_1' but -# comparison with 'xbps-uhelper cmpver' results in it being always treated -# as a lower version pattern="VERSION_\K[\d_]+" That is the point of using `update` file: author uses underscores in tags. https://github.com/kristapsdz/lowdown/releases
Enno Boland at Wed, 18 Apr 2018 02:09:00 -0700
Merged #13443.