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

Morten Linderud foxboron at archlinux.org
Sat Jul 13 13:33:43 UTC 2019


    Date: Saturday, July 13, 2019 @ 13:33:42
  Author: foxboron
Revision: 489360

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-13 13:33:32 UTC (rev 489359)
+++ PKGBUILD	2019-07-13 13:33:42 UTC (rev 489360)
@@ -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.1.266
-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=('db57b4d1f16a25427ed5afd51ec09a8bbaa12e42daee9178559097bb1940f643')
-
-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 489359, pdfjs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-07-13 13:33:42 UTC (rev 489360)
@@ -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.2.228
+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=('15621bb5bab6d37ec967d69b5bc52ff58a362c10688fe107345696fe6dcf2f7e')
+
+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