Date: Thursday, May 31, 2018 @ 15:21:04
  Author: foxboron
Revision: 334864

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   35 ++++++++++++++++++-----------------
 1 file changed, 18 insertions(+), 17 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2018-05-31 15:20:56 UTC (rev 334863)
+++ PKGBUILD    2018-05-31 15:21:04 UTC (rev 334864)
@@ -1,17 +0,0 @@
-# Maintainer: Pierre Neidhardt <ambre...@gmail.com>
-# Contributor: Florian Bruhin (The Compiler) <archlinux....@the-compiler.org>
-
-pkgname=pdfjs
-pkgver=1.9.426
-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/v${pkgver}/pdfjs-${pkgver}-dist.zip";)
-sha1sums=('64d1103f793cffeb1f1fe6040ec49519421919ce')
-
-package() {
-  mkdir -p "$pkgdir/usr/share/pdf.js"
-  cp -R "$srcdir"/{LICENSE,build,web} "$pkgdir/usr/share/pdf.js"
-}

Copied: pdfjs/repos/community-any/PKGBUILD (from rev 334863, 
pdfjs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2018-05-31 15:21:04 UTC (rev 334864)
@@ -0,0 +1,18 @@
+# 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.9.426
+pkgrel=3
+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=('00998c3b731382106e1f3a48ab15dce6714015573f76027c6b178fccf99f286c')
+
+package() {
+  mkdir -p "$pkgdir/usr/share/pdf.js"
+  cp -R "$srcdir"/{LICENSE,build,web} "$pkgdir/usr/share/pdf.js"
+}

Reply via email to