Package Details: masterpdfeditor 5.9.82-1

Git Clone URL: https://aur.archlinux.org/masterpdfeditor.git (read-only, click to copy)
Package Base: masterpdfeditor
Description: A complete solution for viewing, creating and editing PDF files
Upstream URL: https://code-industry.net/free-pdf-editor/
Keywords: master-pdf-editor
Licenses: custom
Submitter: farseerfc
Maintainer: pgoetz
Last Packager: pgoetz
Votes: 190
Popularity: 0.29
First Submitted: 2016-12-05 01:50 (UTC)
Last Updated: 2024-02-20 14:22 (UTC)

Pinned Comments

Alad commented on 2021-03-03 16:25 (UTC)

The next person who discusses keygens will have their account suspended indefinitely.

Latest Comments

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

cmuench commented on 2021-09-30 09:14 (UTC) (edited on 2021-09-30 09:14 (UTC) by cmuench)

diff --git a/PKGBUILD b/PKGBUILD
index df344f2..d27e7c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
 # Contributor: Ferik <djferik at gmail dot com>

 pkgname=masterpdfeditor
-pkgver=5.7.90
+pkgver=5.8.06
 pkgrel=2
 pkgdesc='A complete solution for viewing, creating and editing PDF files'
 url='https://code-industry.net/free-pdf-editor/'
@@ -13,7 +13,7 @@ arch=('x86_64')
 license=('custom')
 makedepends=('patchelf')
 source_x86_64=("https://code-industry.net/public/master-pdf-editor-${pkgver}-qt5.x86_64.tar.gz")
-sha1sums_x86_64=('46380a54f2f5d9b199bbb49ecbd3f4bb51e671ae')
+sha1sums_x86_64=('b6bba5b8b8bc3d84dd95b989953fb8e50db95e1d')

 package() {
   depends=('libgl' 'nspr' 'nss' 'qt5-base' 'qt5-svg' 'sane')

pgoetz commented on 2021-08-02 22:50 (UTC)

They changed the name of the .desktop file again, so if you accidentally caught pkgrel 1, it won't install. Should be working now.

thibaultmol commented on 2021-08-02 13:12 (UTC)

5.7.90 is out (changelog page just hasn't been updated yet. download page has though)

pgoetz commented on 2021-03-17 15:14 (UTC)

Vindication: I sent a bug report to the Code Industry people last night about the previously mentioned problem with the .desktop file and they updated the code without changing the version number! This is why the sha1sum changed. This is likely also what threw off pacaur. Will update one more time, removing the customized net.code-industry.masterpdfeditor5.desktop file, since they've corrected this issue.

pgoetz commented on 2021-03-17 14:59 (UTC)

OK, should be fixed now. I use pacaur to install AUR packages and noticed it seems to keep the source tar.gz for every version ever installed. I install masterpdfeditor a lot, so must have hit some kind of file limit, so the old incorrect checksum worked, but the correct one didn't, which is why I didn't catch this immediately. Deleting all the old copies resolved the issue.

Also, thanks for the heads up.

pgoetz commented on 2021-03-17 14:51 (UTC) (edited on 2021-03-17 14:52 (UTC) by pgoetz)

@nTia89 @Icecube63 @thibaultmol Not sure what is going on, at the moment. I thought I had the correct sha1sum, updated it with what is on Code Industry page, and downloaded the .tar.gz file to compute the sha1sum myself (they were the same). It all checks out but now when I try to install the package on my workstation, I get a failed validity check as well. When I test installed the package yesterday, I didn't.

nTia89 commented on 2021-03-17 13:28 (UTC)

https://code-industry.net/checksum-information/

Icecube63 commented on 2021-03-17 09:04 (UTC)

You have to change the first sha1sums to '9055c1edfd28442acd97b3228ee753335d381a09'

thibaultmol commented on 2021-03-17 07:11 (UTC)

==> Validating source_x86_64 files with sha1sums... master-pdf-editor-5.7.40-qt5.x86_64.tar.gz ... FAILED net.code-industry.masterpdfeditor5.desktop ... Passed ==> ERROR: One or more files did not pass the validity check!

pgoetz commented on 2021-03-17 01:35 (UTC)

There's a bug in the net.code-industry.masterpdfeditor5.desktop file for version 5.7.40 which prevents the application from appearing in the menu:

Exec=/opt/master-pdf-editor-5/masterpdfeditor5.sh %f

There is no such shell script in /opt/master-pdf-editor-5

For the time being I'll have to build a new version of the package which includes an edited version of this file.