diff --git a/checkversion b/checkversion index e53f48f..641194d 100755 --- a/checkversion +++ b/checkversion @@ -62,9 +62,6 @@ function repopkg_check() { # Enter the package root directory cd "$package_rootdir" || exit - # Check against the repository versions - repo_check rxvt-unicode-sgr-mouse rxvt-unicode - # Return to the script folder cd "$script_directory" || exit }