Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / pdfjs
Commits:
a2c7acb0 by Robin Candau at 2023-08-28T20:21:11+02:00
upgpkg: 3.10.111-1: New upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,12 +1,12 @@
pkgbase = pdfjs
pkgdesc = PDF reader in javascript
- pkgver = 3.7.107
+ pkgver = 3.10.111
pkgrel = 1
url = https://mozilla.github.io/pdf.js/
arch = any
license = Apache
conflicts = pdfjs-legacy
- source =
https://github.com/mozilla/pdf.js/releases/download/v3.7.107/pdfjs-3.7.107-dist.zip
- sha256sums =
d195ea1a865ca0c11f9b1188ced94bf5fa2a0dd89946affc3d7008f327c2caae
+ source =
https://github.com/mozilla/pdf.js/releases/download/v3.10.111/pdfjs-3.10.111-dist.zip
+ sha256sums =
95cf3d37f7614b420c19890cd460fdadb2d6cb2b788e5156a17a732d393c6417
pkgname = pdfjs
=====================================
PKGBUILD
=====================================
@@ -1,9 +1,10 @@
# Maintainer: Morten Linderud <[email protected]>
+# Maintainer: Robin Candau <[email protected]>
# Contributor: Pierre Neidhardt <[email protected]>
# Contributor: Florian Bruhin (The Compiler) <[email protected]>
pkgname=pdfjs
-pkgver=3.7.107
+pkgver=3.10.111
pkgrel=1
pkgdesc="PDF reader in javascript"
conflicts=(pdfjs-legacy)
@@ -11,7 +12,7 @@ arch=('any')
url="https://mozilla.github.io/pdf.js/"
license=('Apache')
source=("https://github.com/mozilla/pdf.js/releases/download/v${pkgver}/pdfjs-${pkgver}-dist.zip")
-sha256sums=('d195ea1a865ca0c11f9b1188ced94bf5fa2a0dd89946affc3d7008f327c2caae')
+sha256sums=('95cf3d37f7614b420c19890cd460fdadb2d6cb2b788e5156a17a732d393c6417')
package() {
mkdir -p "$pkgdir/usr/share/pdf.js"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pdfjs/-/commit/a2c7acb055e1cb9ff8f1bc6bdaa636265ae3b710
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pdfjs/-/commit/a2c7acb055e1cb9ff8f1bc6bdaa636265ae3b710
You're receiving this email because of your account on gitlab.archlinux.org.