mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/phantomjs to 1.9.2
This commit is contained in:
parent
11472909ec
commit
af761dcf68
1 changed files with 3 additions and 3 deletions
|
@ -6,8 +6,8 @@
|
|||
# Contributor: Henry Tang <henryykt@gmail.com>
|
||||
|
||||
pkgname=phantomjs
|
||||
pkgver=1.9.1
|
||||
pkgrel=2
|
||||
pkgver=1.9.2
|
||||
pkgrel=1
|
||||
pkgdesc="Headless WebKit with JavaScript API"
|
||||
url="http://www.phantomjs.org/"
|
||||
license=('BSD' 'LGPL' 'MIT')
|
||||
|
@ -16,7 +16,6 @@ depends=('gstreamer0.10-base' 'fontconfig' 'freetype2')
|
|||
makedepends=('unzip' 'qtwebkit')
|
||||
source=("http://phantomjs.googlecode.com/files/${pkgname}-${pkgver}-source.zip")
|
||||
noextract=("${pkgname}-${pkgver}-source.zip")
|
||||
md5sums=('93a0043d4ff8cd83e23e9d261c93830d')
|
||||
|
||||
build() {
|
||||
# workaround for https://code.google.com/p/libarchive/issues/detail?id=271
|
||||
|
@ -40,3 +39,4 @@ package() {
|
|||
install -Dm644 "$srcdir/$pkgname-$pkgver/third-party.txt" "$pkgdir/usr/share/licenses/$pkgname/third-party.txt"
|
||||
}
|
||||
|
||||
sha512sums=('ada4010a1ba43950f25bcf42bc41f158c8dc91320edff18efece68c69cd16d1246512fbd66e2dcbe9d0ecd71d8587252570072e2499ec9dfce0ac871c0ce2720')
|
||||
|
|
Loading…
Reference in a new issue