Robin Candau pushed to branch main at Arch Linux / Packaging / Packages /
pdfjs-legacy
Commits:
7c468342 by Robin Candau at 2023-08-28T20:23:00+02:00
upgpkg: 3.10.111-1: New upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,12 +1,12 @@
pkgbase = pdfjs-legacy
pkgdesc = PDF reader in javascript - legacy distribution
- pkgver = 3.7.107
+ pkgver = 3.10.111
pkgrel = 1
url = https://mozilla.github.io/pdf.js/
arch = any
license = Apache
conflicts = pdfjs
- source =
https://github.com/mozilla/pdf.js/releases/download/v3.7.107/pdfjs-3.7.107-legacy-dist.zip
- sha256sums =
d341870a6dbb2c710dc42006fd8931261b062bff8b0fbd5ed5bb9c48255f5a28
+ source =
https://github.com/mozilla/pdf.js/releases/download/v3.10.111/pdfjs-3.10.111-legacy-dist.zip
+ sha256sums =
0a78b6219514cc7cb6782fb63b6839ceb0735099e3d1bc8631826ebf35817208
pkgname = pdfjs-legacy
=====================================
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-legacy
-pkgver=3.7.107
+pkgver=3.10.111
pkgrel=1
pkgdesc="PDF reader in javascript - legacy distribution"
conflicts=(pdfjs)
@@ -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}-legacy-dist.zip")
-sha256sums=('d341870a6dbb2c710dc42006fd8931261b062bff8b0fbd5ed5bb9c48255f5a28')
+sha256sums=('0a78b6219514cc7cb6782fb63b6839ceb0735099e3d1bc8631826ebf35817208')
package() {
mkdir -p "$pkgdir/usr/share/pdf.js"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pdfjs-legacy/-/commit/7c4683422b0910a21a6dd2b485861fbf36a20791
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pdfjs-legacy/-/commit/7c4683422b0910a21a6dd2b485861fbf36a20791
You're receiving this email because of your account on gitlab.archlinux.org.