Package Details: jquery 3.7.1-1

Git Clone URL: https://aur.archlinux.org/jquery.git (read-only, click to copy)
Package Base: jquery
Description: Cross-platform JavaScript library designed to simplify the client-side scripting of HTML
Upstream URL: https://jquery.com
Licenses: MIT
Submitter: lepokle
Maintainer: SibrenVasse
Last Packager: SibrenVasse
Votes: 46
Popularity: 0.019758
First Submitted: 2010-08-29 11:53 (UTC)
Last Updated: 2025-08-10 13:35 (UTC)

Latest Comments

1 2 3 Next › Last »

dreieck commented on 2025-08-09 18:35 (UTC)

Please prepend jquery-${pkgver}:: to the LICENSE source entry:
On systems where $SRCDEST is set (e.g. in /etc/makepkg.conf), all sources get downloaded into a single directory. Generic filenames like LICENSE are prone to create conflicts in that case, like the following spurious checksum error because LICENSE was already downloaded by another package which does the same mistake as jquery:

==> Validating source files with sha256sums...
    jquery-3.7.1.js ... Passed
    jquery-3.7.1.min.js ... Passed
    jquery-3.7.1.min.map ... Passed
    jquery-3.7.1.slim.min.js ... Passed
    jquery-3.7.1.slim.js ... Passed
    jquery-3.7.1.slim.min.map ... Passed
    LICENSE ... FAILED

So downloaded filenames should be package- + version specific.

Regards and thanks for the package!

groctel commented on 2021-04-10 14:06 (UTC)

Silly question but why include all the files except the regular jquery-3.6.0.js? Shouldn't that one be included too? Thanks for supporting the package!

morgenstern commented on 2021-03-04 09:44 (UTC)

@SibrenVasse you are correct, the checksum is fine - apologies for the noise. I should have tested with a clean build.

SibrenVasse commented on 2021-03-04 08:44 (UTC)

@morgenstern: The checksum for LICENSE is correct for me. Can you try a clean build?

curl -s https://raw.githubusercontent.com/jquery/jquery/3.6.0/LICENSE.txt | sha256sum
d4db9ebe6f29f5168eac45ad713f055623ac5d0dcd5ba92da23d650ae012020d  -

morgenstern commented on 2021-03-04 07:17 (UTC) (edited on 2021-03-04 07:18 (UTC) by morgenstern)

Checksum for the LICENSE file in the PKGBUILD is not correct:

==> Validating source files with sha256sums...
    jquery-3.6.0.min.js ... Passed
    jquery-3.6.0.min.map ... Passed
    jquery-3.6.0.slim.min.js ... Passed
    jquery-3.6.0.slim.js ... Passed
    jquery-3.6.0.slim.min.map ... Passed
    LICENSE ... FAILED
==> ERROR: One or more files did not pass the validity check!

morgenstern commented on 2020-05-12 23:48 (UTC) (edited on 2020-05-13 23:01 (UTC) by morgenstern)

Couple of notes and suggestions:

1) Would you please append "https" to the URLs in the PKGBUILD? All of them should support it.

2) Instead of using mkdir for directory creation, I would recommend using install: install -d ${pkgdir}/usr/share/javascript/${pkgname}

3) The LICENSE included with the package is outdated. The updated one can be found here

UPDATE Thanks for incorporating my suggestions. Package is building successfully.

zerophase commented on 2017-01-06 00:16 (UTC)

Anyone else having issues with Rails finding jquery?

<deleted-account> commented on 2016-11-05 16:15 (UTC)

@SibrenVasse thanks.

<deleted-account> commented on 2016-11-05 11:26 (UTC)

@SibrenVasse: could you please include these files in package: https://code.jquery.com/jquery-3.1.1.js https://code.jquery.com/jquery-3.1.1.min.map https://code.jquery.com/jquery-3.1.1.slim.min.js https://code.jquery.com/jquery-3.1.1.slim.js https://code.jquery.com/jquery-3.1.1.slim.min.map this make package useful for developers and more general.

<deleted-account> commented on 2016-11-05 09:13 (UTC)

@SibrenVasse: Sorry, some how my AUR helper did not download file completely and give me a checksum error. I download file manually and It work great.