Robin Candau pushed to branch main at Arch Linux / Packaging / Packages /
pdfjs-legacy
Commits:
cba803f8 by Robin Candau at 2026-02-02T16:45:12+01:00
upgpkg: 5.4.624-1: New upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,12 +1,12 @@
pkgbase = pdfjs-legacy
pkgdesc = PDF reader in javascript - legacy distribution
- pkgver = 5.4.530
+ pkgver = 5.4.624
pkgrel = 1
url = https://mozilla.github.io/pdf.js/
arch = any
license = Apache-2.0
conflicts = pdfjs
- source =
https://github.com/mozilla/pdf.js/releases/download/v5.4.530/pdfjs-5.4.530-legacy-dist.zip
- sha256sums =
9562adcdfb39b6c9362fe1b99ac0208960b93fc44b9f06cf6a94ba348291be3a
+ source =
https://github.com/mozilla/pdf.js/releases/download/v5.4.624/pdfjs-5.4.624-legacy-dist.zip
+ sha256sums =
8fc4b9ed51aec0ba273b6696c3a6af3de80b3d3b80c7aa463af4389c98f0304b
pkgname = pdfjs-legacy
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
# Contributor: Florian Bruhin (The Compiler) <[email protected]>
pkgname=pdfjs-legacy
-pkgver=5.4.530
+pkgver=5.4.624
pkgrel=1
pkgdesc="PDF reader in javascript - legacy distribution"
conflicts=(pdfjs)
@@ -12,7 +12,7 @@ arch=('any')
url="https://mozilla.github.io/pdf.js/"
license=('Apache-2.0')
source=("https://github.com/mozilla/pdf.js/releases/download/v${pkgver}/pdfjs-${pkgver}-legacy-dist.zip")
-sha256sums=('9562adcdfb39b6c9362fe1b99ac0208960b93fc44b9f06cf6a94ba348291be3a')
+sha256sums=('8fc4b9ed51aec0ba273b6696c3a6af3de80b3d3b80c7aa463af4389c98f0304b')
package() {
mkdir -p "$pkgdir/usr/share/pdf.js"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pdfjs-legacy/-/commit/cba803f834a585b4f5ea787cbfaac908cccbf228
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pdfjs-legacy/-/commit/cba803f834a585b4f5ea787cbfaac908cccbf228
You're receiving this email because of your account on gitlab.archlinux.org.