Date: Sunday, February 26, 2023 @ 15:08:46
  Author: foxboron
Revision: 1405163

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-26 15:08:40 UTC (rev 1405162)
+++ PKGBUILD    2023-02-26 15:08:46 UTC (rev 1405163)
@@ -1,20 +0,0 @@
-# Maintainer: Morten Linderud <[email protected]>
-# Contributor: Pierre Neidhardt <[email protected]>
-# Contributor: Florian Bruhin (The Compiler) <[email protected]>
-
-pkgname=pdfjs
-pkgver=3.2.146
-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=('b26219d6c1c7eeabb3f9dec6fb07f89bbfca8d1eb7223e904af0ce89eb170eab')
-
-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 1405162, 
pdfjs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-02-26 15:08:46 UTC (rev 1405163)
@@ -0,0 +1,20 @@
+# Maintainer: Morten Linderud <[email protected]>
+# Contributor: Pierre Neidhardt <[email protected]>
+# Contributor: Florian Bruhin (The Compiler) <[email protected]>
+
+pkgname=pdfjs
+pkgver=3.4.120
+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=('8ea7aa6337354539e0be901f1a9dbd03a05ef79ad7300ba5948db238108a2415')
+
+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 {} \;  
+}

Reply via email to