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

Morten Linderud foxboron at archlinux.org
Fri Sep 4 15:15:48 UTC 2020


    Date: Friday, September 4, 2020 @ 15:15:48
  Author: foxboron
Revision: 698516

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-04 15:15:41 UTC (rev 698515)
+++ PKGBUILD	2020-09-04 15:15:48 UTC (rev 698516)
@@ -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.5.207
-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=('a76a3cfc2be2e3ace62f73e816f73b67378d61b1ed2d5eb1e0af4d9ec87d5d7b')
-
-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 698515, pdfjs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-09-04 15:15:48 UTC (rev 698516)
@@ -0,0 +1,19 @@
+# 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.6.347
+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=('5615181e6e1ee4d65b5945dd2c57ab82e5069480c068b75a2c2474134b4daecd')
+
+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