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