[arch-commits] Commit in pdfjs/repos/community-any (PKGBUILD PKGBUILD)

Morten Linderud foxboron at gemini.archlinux.org
Sat Sep 10 11:54:15 UTC 2022


    Date: Saturday, September 10, 2022 @ 11:54:14
  Author: foxboron
Revision: 1298820

archrelease: copy trunk to community-any

Added:
  pdfjs/repos/community-any/PKGBUILD
    (from rev 1298819, pdfjs/trunk/PKGBUILD)
Deleted:
  pdfjs/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   39 ++++++++++++++++++++-------------------
 1 file changed, 20 insertions(+), 19 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-09-10 11:54:07 UTC (rev 1298819)
+++ PKGBUILD	2022-09-10 11:54:14 UTC (rev 1298820)
@@ -1,19 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Contributor: Pierre Neidhardt <ambrevar at gmail.com>
-# Contributor: Florian Bruhin (The Compiler) <archlinux.org at the-compiler.org>
-
-pkgname=pdfjs
-pkgver=2.15.349
-pkgrel=1
-pkgdesc="PDF reader in javascript"
-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=('7242189907fda24e1250c2d395a219f6cff93e51ff9c1fd13123d93e9cd523b0')
-
-package() {
-  mkdir -p "$pkgdir/usr/share/pdf.js"
-  cp -R "$srcdir"/{LICENSE,build,web} "$pkgdir/usr/share/pdf.js"
-  find "$pkgdir" -type f -exec chmod 644 {} \;  
-}

Copied: pdfjs/repos/community-any/PKGBUILD (from rev 1298819, pdfjs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-09-10 11:54:14 UTC (rev 1298820)
@@ -0,0 +1,20 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Contributor: Pierre Neidhardt <ambrevar at gmail.com>
+# Contributor: Florian Bruhin (The Compiler) <archlinux.org at the-compiler.org>
+
+pkgname=pdfjs
+pkgver=2.16.105
+pkgrel=1
+pkgdesc="PDF reader in javascript"
+conflicts=(pdfjs-legacy)
+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=('47abfa0dd7574333e801c1dc159340e0d22956edcd6d7293ed5fee54f0e07e0b')
+
+package() {
+  mkdir -p "$pkgdir/usr/share/pdf.js"
+  cp -R "$srcdir"/{LICENSE,build,web} "$pkgdir/usr/share/pdf.js"
+  find "$pkgdir" -type f -exec chmod 644 {} \;  
+}



More information about the arch-commits mailing list