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

Morten Linderud foxboron at archlinux.org
Wed Oct 3 21:33:26 UTC 2018


    Date: Wednesday, October 3, 2018 @ 21:33:25
  Author: foxboron
Revision: 389302

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-03 21:33:11 UTC (rev 389301)
+++ PKGBUILD	2018-10-03 21:33:25 UTC (rev 389302)
@@ -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.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"
-}

Copied: pdfjs/repos/community-any/PKGBUILD (from rev 389301, pdfjs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-03 21:33:25 UTC (rev 389302)
@@ -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=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 {} \;  
+}



More information about the arch-commits mailing list