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

Morten Linderud foxboron at archlinux.org
Wed Oct 3 14:55:45 UTC 2018


    Date: Wednesday, October 3, 2018 @ 14:55:45
  Author: foxboron
Revision: 389229

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-03 14:55:34 UTC (rev 389228)
+++ PKGBUILD	2018-10-03 14:55:45 UTC (rev 389229)
@@ -1,18 +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=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"
-}

Copied: pdfjs/repos/community-any/PKGBUILD (from rev 389228, pdfjs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-03 14:55:45 UTC (rev 389229)
@@ -0,0 +1,18 @@
+# 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=1.10.100
+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/${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"
+}



More information about the arch-commits mailing list