Package Details: foxitreader 2.4.5.0727-1

Git Clone URL: https://aur.archlinux.org/foxitreader.git (read-only, click to copy)
Package Base: foxitreader
Description: A fast, secure and complete PDF viewer
Upstream URL: https://www.foxitsoftware.com/products/pdf-reader/
Licenses: custom:eula
Submitter: tdy
Maintainer: Muflone
Last Packager: Muflone
Votes: 464
Popularity: 0.53
First Submitted: 2009-01-21 18:59 (UTC)
Last Updated: 2022-08-18 00:52 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 24 Next › Last »

hivinay commented on 2019-12-11 13:48 (UTC) (edited on 2019-12-11 13:49 (UTC) by hivinay)

These are the steps I used to upgrade with the eula.html error, in case this helps anyone.

Get the hash:

yay -G foxitreader (or use another method to download the AUR package)
cd foxitreader
sha256 eula.html

As of this comment, it is 4ca287e0c47f46df4185be7ff273c0cced304672ebc750aad6236590e1a772e6.

Replace the second sha256 hash (currently line 21) in the PKGBUILD file in this folder with the hash that you found above.

Then, run makepkg -si to install.

Muflone commented on 2019-12-03 01:12 (UTC) (edited on 2019-12-03 01:20 (UTC) by Muflone)

this is becoming so irritating. The Foxit website keeps changing the EULA for some reasons, unknown to me. It just changed three times today.

Therefore I'm incorporating the license file in the source package

It should be fixed once and forever.

vstuart commented on 2019-12-03 00:45 (UTC) (edited on 2019-12-03 04:49 (UTC) by vstuart)

The suggestions here are not working for me, so I uninstalled foxitreader,

yay -R foxitreader

.... and cloned the repo:

$ git clone https://aur.archlinux.org/foxitreader.git
  ...
$ cd foxitreader/
$ makepkg -si
  ...
  eula.html ... FAILED
  ...
$ sha256sum eula.html
  467cc4b897c7e5158592d442937ea4a3cef36092a81ba7d82da04ddf5c5a47be  eula.html
$ vim PKGBUILD 
  ... ## changed 2nd checksum per code above [467 ... 47be] and comments below
$ makepkg -si
  ... ## success
$

Update

Thanks to @Muflone, this now also updates in yay. I needed to manually delete eula.html from ~/.cache/yay/foxitreader/, but thereafter my normal yay -Syu update process appeared to update that foxitreader installation via @Muflone's updated code. :-)

So, while I installed from git (detailed above), I believe the normal install from AUR should now run without issue. :-D

Many thanks to @Muflone for addressing this eula.html annoyance; much appreciated! :-)

anastasios commented on 2019-12-02 23:45 (UTC)

I also confirm @Alireza's solution works perfect. @Alireza nice mate, thx a lot.

nwg commented on 2019-12-02 22:44 (UTC)

Update ends up like this:

==> Making package: foxitreader 2.4.4.0911-3 (Mon Dec 2 23:44:09 2019) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found FoxitReader.enu.setup.2.4.4.0911.x64.run.tar.gz -> Found eula.html -> Found foxitreader.patch -> Found foxitreader-excluded_files ==> Validating source files with sha256sums... FoxitReader.enu.setup.2.4.4.0911.x64.run.tar.gz ... Passed eula.html ... FAILED foxitreader.patch ... Passed foxitreader-excluded_files ... Passed ==> ERROR: One or more files did not pass the validity check! :: Unable to build foxitreader - makepkg exited with code: 1

LothaireFR commented on 2019-11-29 11:03 (UTC)

This package is obsolete for a while Foxit doesn't even support Linux anymore.

moxin commented on 2019-11-27 13:00 (UTC)

Validating source files with sha256sums... eula.html ... FAILED

Please update.

jerry73204 commented on 2019-11-26 08:29 (UTC)

The digest of eula.html is altered again. Please update thanks.

persianblue commented on 2019-10-20 15:38 (UTC)

it was just like you said @Alireza. I replaced the sha256sum of the eula.html with the provided checksum in PKGBUILD and the installation proceeded nicely.:) thanx mate

Alireza commented on 2019-10-13 17:49 (UTC)

Hi guys run nano PKGBUILD and then find sha256sum= change the second line to 7281f7b2933c4ca3fdb2aa91f695522ba8cb9f781cf93b71e74c4d684093d426 and you pass eula.html :)

if you got error again, run sha256sum eula.html to get sha256sum and replaced it (I said above)