mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-26 19:13:51 +02:00
initramfs-tools: xbps-cmpver is no more, bumprev.
--HG-- extra : convert_revision : 29fc44f6fed11ea5140e484596a80f7f79e1481e
This commit is contained in:
parent
c6f4aa322b
commit
96ffcf4b86
3 changed files with 3 additions and 3 deletions
|
@ -466,7 +466,7 @@ compare_versions()
|
||||||
{
|
{
|
||||||
local curv="$1" minv="$2"
|
local curv="$1" minv="$2"
|
||||||
|
|
||||||
xbps-cmpver $curv $minv
|
xbps-uhelper cmpver $curv $minv
|
||||||
if [ $? -eq 0 ] || [ $? -eq 1 ]; then
|
if [ $? -eq 0 ] || [ $? -eq 1 ]; then
|
||||||
return 0
|
return 0
|
||||||
else
|
else
|
||||||
|
|
|
@ -300,7 +300,7 @@ get_sorted_versions()
|
||||||
fi
|
fi
|
||||||
worklist=""
|
worklist=""
|
||||||
for gsv_i in $version_list; do
|
for gsv_i in $version_list; do
|
||||||
xbps-cmpver "${gsv_x}" "${gsv_i}"
|
xbps-uhelper cmpver "${gsv_x}" "${gsv_i}"
|
||||||
if [ $? -eq 0 ] || [ $? -eq 1 ]; then
|
if [ $? -eq 0 ] || [ $? -eq 1 ]; then
|
||||||
worklist="${worklist} ${gsv_x} ${gsv_i}"
|
worklist="${worklist} ${gsv_x} ${gsv_i}"
|
||||||
gsv_x=""
|
gsv_x=""
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'initramfs-tools'
|
# Template file for 'initramfs-tools'
|
||||||
pkgname=initramfs-tools
|
pkgname=initramfs-tools
|
||||||
version=0.93.3
|
version=0.93.3
|
||||||
revision=1
|
revision=2
|
||||||
build_style=custom-install
|
build_style=custom-install
|
||||||
short_desc="Tools for generating an initramfs"
|
short_desc="Tools for generating an initramfs"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue