diff --git a/srcpkgs/pdf.js/template b/srcpkgs/pdf.js/template index 41938d6ecf3..e452b9534a8 100644 --- a/srcpkgs/pdf.js/template +++ b/srcpkgs/pdf.js/template @@ -1,6 +1,6 @@ # Template file for 'pdf.js' pkgname=pdf.js -version=1.10.100 +version=2.0.943 revision=1 noarch=yes hostmakedepends="nodejs" @@ -8,12 +8,12 @@ short_desc="Portable Document Format (PDF) viewer built with HTML5" maintainer="Daniel Santana " license="Apache-2.0" homepage="https://mozilla.github.io/pdf.js/" -distfiles="https://github.com/mozilla/pdf.js/archive/${version}.tar.gz" -checksum=6f55b1eb85e8912296c6540e8b2e09a96f832caf9a0eba41a7a0acc41ec74cf6 +distfiles="https://github.com/mozilla/pdf.js/archive/v${version}.tar.gz" +checksum=4f48077b313f89b88a1f917e6c7ffa465f891667724daeacdca755295581e77d do_build() { - npm install --no-save gulp-cli npm install + npm install --no-save gulp-cli node_modules/.bin/gulp generic }