summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85d097e40e1e..9c1d23d2b13c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = chromium-pdfjs-git
pkgdesc = PDF viewer in Javascript, packaged as a Chromium extension
- pkgver = 3.10.111.43.g155f4b8fa
+ pkgver = 3.10.111.54.gb1578225f
pkgrel = 1
- url = https://github.com/yardenac/pdf.js
+ url = https://github.com/mozilla/pdf.js
arch = any
license = GPL3
makedepends = git
makedepends = npm
makedepends = gulp
- source = git+https://github.com/yardenac/pdf.js.git#branch=fix-babel
+ source = git+https://github.com/mozilla/pdf.js.git
sha512sums = SKIP
pkgname = chromium-pdfjs-git
diff --git a/PKGBUILD b/PKGBUILD
index 5f7b6beb033d..92c7a835f02a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,15 +5,15 @@
gitname=pdf.js
pkgname=chromium-pdfjs-git
-pkgver=3.10.111.43.g155f4b8fa
+pkgver=3.10.111.54.gb1578225f
pkgrel=1
pkgdesc="PDF viewer in Javascript, packaged as a Chromium extension"
arch=('any')
# temporarily building from a fork until upstream fixes their babel dependency
-url="https://github.com/yardenac/${gitname}"
+url="https://github.com/mozilla/${gitname}"
license=('GPL3')
makedepends=(git npm gulp)
-source=("git+${url}.git#branch=fix-babel")
+source=("git+${url}.git")
sha512sums=('SKIP')
pkgver() {