You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
echo " - pkgtools now uses \$XDG_CONFIG_HOME for all user-specific configuration."
echo " run «mv ~/.pkgtools \"\$XDG_CONFIG_HOME/pkgtools\"»"
fi
if is_update_from $2 18-1; then
echo " - newpkg has been rewritten to be completely modular. See here for more info: https://github.com/Daenyth/pkgtools/commit/2d37197"
fi
if is_update_from $2 19-1; then
echo " - This version of pkgtools contains a new tool called 'maintpkg'"
echo " It sets the Maintainer in a PKGBUILD to your PACKAGER while preserving old Contributors"
fi
if is_update_from $2 22-1; then
echo " - This is the largest release in a long time. This updates all Python scripts to Python 3."
fi
if is_update_from $2 24-1; then
echo " - This update removes the gem2arch and pkgfile scripts. This update also updates pkgconflict to work with pkgfile from [extra] and other minor fixes."
echo " - You may want to remove /var/cache/pkgtools/lists, which is no longer used."