Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / pdfjs


Commits:
5294cc8b by Robin Candau at 2024-04-12T09:17:23+02:00
upgpkg: 4.1.392-1: New upstream release
https://github.com/mozilla/pdf.js/releases/tag/v4.1.392

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,12 +1,12 @@
 pkgbase = pdfjs
        pkgdesc = PDF reader in javascript
-       pkgver = 4.0.379
+       pkgver = 4.1.392
        pkgrel = 1
        url = https://mozilla.github.io/pdf.js/
        arch = any
-       license = Apache
+       license = Apache-2.0
        conflicts = pdfjs-legacy
-       source = 
https://github.com/mozilla/pdf.js/releases/download/v4.0.379/pdfjs-4.0.379-dist.zip
-       sha256sums = 
11e5e00cf620e73f4b0b832d662b37d6a0cd25b3d0c817acfffec8516bc922dc
+       source = 
https://github.com/mozilla/pdf.js/releases/download/v4.1.392/pdfjs-4.1.392-dist.zip
+       sha256sums = 
3d3af681d7b6b6e5927df10f98220db830cdff4a3117c2320a9d611ab4299356
 
 pkgname = pdfjs


=====================================
PKGBUILD
=====================================
@@ -4,15 +4,15 @@
 # Contributor: Florian Bruhin (The Compiler) <archlinux....@the-compiler.org>
 
 pkgname=pdfjs
-pkgver=4.0.379
+pkgver=4.1.392
 pkgrel=1
 pkgdesc="PDF reader in javascript"
 conflicts=(pdfjs-legacy)
 arch=('any')
 url="https://mozilla.github.io/pdf.js/";
-license=('Apache')
+license=('Apache-2.0')
 
source=("https://github.com/mozilla/pdf.js/releases/download/v${pkgver}/pdfjs-${pkgver}-dist.zip";)
-sha256sums=('11e5e00cf620e73f4b0b832d662b37d6a0cd25b3d0c817acfffec8516bc922dc')
+sha256sums=('3d3af681d7b6b6e5927df10f98220db830cdff4a3117c2320a9d611ab4299356')
 
 package() {
   mkdir -p "$pkgdir/usr/share/pdf.js"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pdfjs/-/commit/5294cc8b068e2c0ff09d3f86a34ba79a0267132c

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pdfjs/-/commit/5294cc8b068e2c0ff09d3f86a34ba79a0267132c
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to