Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / pdfjs
Commits: 9d8db1c8 by Robin Candau at 2025-01-01T15:15:25+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 pkgdesc = PDF reader in javascript - 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-legacy - source = https://github.com/mozilla/pdf.js/releases/download/v4.9.155/pdfjs-4.9.155-dist.zip - sha256sums = 1059ba50947a634a531d0bcbef77532020f43811e7996415f502829ec1cc925f + source = https://github.com/mozilla/pdf.js/releases/download/v4.10.38/pdfjs-4.10.38-dist.zip + sha256sums = 32bdd9c5198b77dbaa8f02de81f34476888b3abdd64b9fb5f607f81f01487e6a pkgname = pdfjs ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ # Contributor: Florian Bruhin (The Compiler) <[email protected]> pkgname=pdfjs -pkgver=4.9.155 +pkgver=4.10.38 pkgrel=1 pkgdesc="PDF reader in javascript" conflicts=(pdfjs-legacy) @@ -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}-dist.zip") -sha256sums=('1059ba50947a634a531d0bcbef77532020f43811e7996415f502829ec1cc925f') +sha256sums=('32bdd9c5198b77dbaa8f02de81f34476888b3abdd64b9fb5f607f81f01487e6a') package() { mkdir -p "$pkgdir/usr/share/pdf.js" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/pdfjs/-/commit/9d8db1c8e37f97cc69221e56f736d2dee85a5037 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/pdfjs/-/commit/9d8db1c8e37f97cc69221e56f736d2dee85a5037 You're receiving this email because of your account on gitlab.archlinux.org.
