Not really sure what you downloaded and what you testet, but:
http://www.minecraft.net/download/minecraft.jar (in the source array of the PKGBUILD)
AND
https://s3.amazonaws.com/MinecraftDownload/launcher/minecraft.jar (which is the final destination after 302)
have this md5sum (from where I download, possibly different due to some CDN):
bb99785000fdb3ebadd61a4a347fa042
(proxy/caching problem?)
The md5 in your PKGBUILD (-17) is:
3ce30e0c30d145ebfafda83d361bc2cc
Yes, possibly the old launcher still works to update the game itself to 1.3.1. We still need to update the PKGBUILD as the md5sum has changed for the url we have in the source array. It is not up to us to decide that this launcher update "isn't worth it".
For somebody installing the package from the AUR (without the old jar) it just doesn't work.
Search Criteria
Package Details: minecraft-launcher 1:2.1.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/minecraft-launcher.git (read-only, click to copy) |
---|---|
Package Base: | minecraft-launcher |
Description: | Official Minecraft Launcher |
Upstream URL: | https://mojang.com/ |
Keywords: | game minecraft |
Licenses: | custom |
Conflicts: | minecraft-launcher-beta |
Provides: | minecraft-launcher-beta |
Submitter: | shoghicp |
Maintainer: | pschichtel |
Last Packager: | pschichtel |
Votes: | 1097 |
Popularity: | 2.70 |
First Submitted: | 2017-01-18 14:17 (UTC) |
Last Updated: | 2024-11-28 00:27 (UTC) |
Dependencies (6)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- libgpg-error (libgpg-error-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- flite (flite1AUR) (optional) – narrator support
- org.freedesktop.secrets (keepassxc-gitAUR, gnome-keyring-gitAUR, pass-secrets-gitAUR, keepassxc-allow-aur-extension-originAUR, keepassxc-allow-aur-extension-origin-binAUR, pass-secret-service-binAUR, dssdAUR, pass-secret-service-gitAUR, bitw-gitAUR, gnome-keyring, keepassxc, kwallet, kwallet5) (optional) – persistent login support
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 37 38 39 40 41 42 43 44 45 46 47 .. 52 Next › Last »
JonnyJD commented on 2012-08-03 09:29 (UTC)
BombStrike commented on 2012-08-03 02:06 (UTC)
Checked on the minecraft website and the launcher is still the same and does update the client to 1.3.1 (at least there).
The minecraft.jar provided on the mojang website was just a patched one that provided 1.3+ before the normal one as far as I understand.
mrbit commented on 2012-08-02 16:15 (UTC)
ok
JonnyJD commented on 2012-08-02 12:31 (UTC)
What mrbit wanted to tell you:
Minecraft 1.3.1 is out and includes a new launcher so minecraft.jar has a new md5.
Not sure what minecraft.desktop has to do with this.
mrbit commented on 2012-08-01 16:16 (UTC)
validating source files with md5sum.. minecraft.desktop
BombStrike commented on 2012-03-02 04:45 (UTC)
Fixed
<deleted-account> commented on 2012-03-01 16:48 (UTC)
validating source files with md5sum...
minecraft.jar....FAILED
<deleted-account> commented on 2012-01-28 19:59 (UTC)
Thanks BombStrike, the fix worked great, installed with yaourt.
Schnouki commented on 2012-01-21 18:56 (UTC)
You're trying to install a source tarball (i.e. the one you downloaded on the AUR) instead of the actual package (ending in .pkg.tar.xz).
<deleted-account> commented on 2012-01-21 05:12 (UTC)
Adding noextract=("minecraft.jar") before the build () line worked but now when I run:
pacman -U minecraft-latest-15.src.tar.gz
I get this:
loading packages...
error: missing package metadata in minecraft-latest-15.src.tar.gz
error: 'minecraft-latest-15.src.tar.gz': invalid or corrupted package
Pinned Comments
petr commented on 2021-10-08 09:04 (UTC)
The package version is the version of the launcher bootstrap - the part that actually downloads and updates the launcher.
That means the version number of the actual launcher (2.x.xxx) is different from the version here (9xx+) on a fundamental level, and should not be compared.
The package is outdated only when the bootstrap version you get here is different from the bootstrap version you would get from minecraft.net when using the raw tarball.