pdf.js: update to 2.0.943.
This commit is contained in:
parent
3cc9257ce2
commit
3ceff5a29e
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'pdf.js'
|
# Template file for 'pdf.js'
|
||||||
pkgname=pdf.js
|
pkgname=pdf.js
|
||||||
version=1.10.100
|
version=2.0.943
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
hostmakedepends="nodejs"
|
hostmakedepends="nodejs"
|
||||||
|
@ -8,12 +8,12 @@ short_desc="Portable Document Format (PDF) viewer built with HTML5"
|
||||||
maintainer="Daniel Santana <daniel@santana.tech>"
|
maintainer="Daniel Santana <daniel@santana.tech>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://mozilla.github.io/pdf.js/"
|
homepage="https://mozilla.github.io/pdf.js/"
|
||||||
distfiles="https://github.com/mozilla/pdf.js/archive/${version}.tar.gz"
|
distfiles="https://github.com/mozilla/pdf.js/archive/v${version}.tar.gz"
|
||||||
checksum=6f55b1eb85e8912296c6540e8b2e09a96f832caf9a0eba41a7a0acc41ec74cf6
|
checksum=4f48077b313f89b88a1f917e6c7ffa465f891667724daeacdca755295581e77d
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
npm install --no-save gulp-cli
|
|
||||||
npm install
|
npm install
|
||||||
|
npm install --no-save gulp-cli
|
||||||
node_modules/.bin/gulp generic
|
node_modules/.bin/gulp generic
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue