Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / pdfjs-legacy
Commits: 74cf0848 by Robin Candau at 2025-01-01T15:17:17+01:00 upgpkg: 4.10.38-1: New upstream release https://github.com/mozilla/pdf.js/releases/tag/v4.10.38 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,12 +1,12 @@ pkgbase = pdfjs-legacy pkgdesc = PDF reader in javascript - legacy distribution - pkgver = 4.9.155 + pkgver = 4.10.38 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/v4.9.155/pdfjs-4.9.155-legacy-dist.zip - sha256sums = 0f4778090298eb36c569b78ea4e9ca643ef9bfddb090f22464604c08b6256f73 + source = https://github.com/mozilla/pdf.js/releases/download/v4.10.38/pdfjs-4.10.38-legacy-dist.zip + sha256sums = c85b52b94e081c0443333da0ba4270661b2061da573133984c6272fe3e27bb57 pkgname = pdfjs-legacy ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ # Contributor: Florian Bruhin (The Compiler) <[email protected]> pkgname=pdfjs-legacy -pkgver=4.9.155 +pkgver=4.10.38 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=('0f4778090298eb36c569b78ea4e9ca643ef9bfddb090f22464604c08b6256f73') +sha256sums=('c85b52b94e081c0443333da0ba4270661b2061da573133984c6272fe3e27bb57') package() { mkdir -p "$pkgdir/usr/share/pdf.js" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/pdfjs-legacy/-/commit/74cf0848538e9426155c2551becd365268eb93ac -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/pdfjs-legacy/-/commit/74cf0848538e9426155c2551becd365268eb93ac You're receiving this email because of your account on gitlab.archlinux.org.
