Date: Saturday, November 10, 2018 @ 20:12:15
  Author: foxboron
Revision: 405721

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2018-11-10 20:12:03 UTC (rev 405720)
+++ PKGBUILD    2018-11-10 20:12:15 UTC (rev 405721)
@@ -1,19 +0,0 @@
-# Maintainer: Morten Linderud <foxbo...@archlinux.org>
-# Contributor: Pierre Neidhardt <ambre...@gmail.com>
-# Contributor: Florian Bruhin (The Compiler) <archlinux....@the-compiler.org>
-
-pkgname=pdfjs
-pkgver=1.10.100
-pkgrel=2
-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/${pkgver}/pdfjs-${pkgver}-dist.zip";)
-sha256sums=('a681ddf785813ce5f73de82f3cc1b12890d26f4a95bfd930ce90262d8fee1a95')
-
-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 405720, 
pdfjs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2018-11-10 20:12:15 UTC (rev 405721)
@@ -0,0 +1,19 @@
+# Maintainer: Morten Linderud <foxbo...@archlinux.org>
+# Contributor: Pierre Neidhardt <ambre...@gmail.com>
+# Contributor: Florian Bruhin (The Compiler) <archlinux....@the-compiler.org>
+
+pkgname=pdfjs
+pkgver=2.0.943
+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=('381683b05f494fe28e11185f98a238b34a663b1b41b5432aa769ca493e5cd087')
+
+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