diff --git a/eos-apps-info/PKGBUILD b/eos-apps-info/PKGBUILD index cc2aea3b..256252fd 100644 --- a/eos-apps-info/PKGBUILD +++ b/eos-apps-info/PKGBUILD @@ -2,7 +2,7 @@ pkgname=eos-apps-info pkgdesc="Documentation about apps in the EndeavourOS repository." -pkgver=24.7 +pkgver=24.8 pkgrel=1 arch=('any') license=('GPL') @@ -37,7 +37,7 @@ sha512sums=('63fb5aa02179c7788b8f635075f63cbcb81b509d18e41a25412282499328fb1726e '53e387eb1af9693dce6cc83636de399fc8ceedbce3e237c51c84e330766caec728808a2cf65ab653289b5da7c0648f47d17009f3e3669a15ddb0eb7772bae073' '8a0692ff5e714a0690c7a90d04a928b2edf2e01515f8707b345d0da36ee95cab7f4f9badf3dca6cbd280438a08519957c5852be92e7936da9f0affef3d895b17' '4b5eef3ce297cfa66d38b6ad92739eee905050228f72bd2c58d7f05700269b0ef434b0aa5c6ff8423a98af33918089f1255858bd2385ef3db2967d71e0d1d350' - '3c2ddc36c0a3e0cab0238c79031b4a480a8348d34e61f7d32588a67ff6564a0a77f3bb1ff6c08ccf8a394b7d0b91564ff4f65375b48053b507cf41b3a2e5aa80') + '1d86e59c623fec47c3a9905710a34b65b632ca11ce03cab01fac49601966c6a1f8596ce6700db875642c81ce80b2df8de808dfb3d1db12a5f5c07ab2649e0d17') package() { local xx diff --git a/eos-apps-info/eos-apps-info-pages.tar.gz b/eos-apps-info/eos-apps-info-pages.tar.gz index 2303aa3a..85f77827 100644 Binary files a/eos-apps-info/eos-apps-info-pages.tar.gz and b/eos-apps-info/eos-apps-info-pages.tar.gz differ diff --git a/eos-apps-info/man/eos-update/eos-update.md b/eos-apps-info/man/eos-update/eos-update.md index 6967fcda..16626ffe 100644 --- a/eos-apps-info/man/eos-update/eos-update.md +++ b/eos-apps-info/man/eos-update/eos-update.md @@ -38,8 +38,8 @@ eos-update [options] for unsupported mirrors. This may be useful when one or more mirrors start failing unexpectedly. Note: only x86_64 hardware is supported. - --check-mirrors-eos Check files /etc/pacman.d/endeavouros-mirrorlist for unsupported mirrors. - --check-mirrors-arch Check files /etc/pacman.d/mirrorlist for unsupported mirrors. + --check-mirrors-eos Check file /etc/pacman.d/endeavouros-mirrorlist for unsupported mirrors. + --check-mirrors-arch Check file /etc/pacman.d/mirrorlist for unsupported mirrors. --nvidia Check also nvidia driver vs. kernel updates. Useful only with the Nvidia GPU. --clear-databases Clears package database files. Use this only if package database issues constantly make system update fail. @@ -60,3 +60,16 @@ eos-update [options] before updating. Otherwise a warning message will be displayed. Default: 1000000000 ``` + +## Examples + +``` +# basic update for native packages +eos-update + +# update also packages from the AUR +eos-update --aur + +# check and report the validity of the configured Arch and EndeavourOS mirrors +eos-update --check-mirrors +```