diff options
author | root <root@rshg054.dnsready.net> | 2013-09-12 01:43:12 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-09-12 01:43:12 -0700 |
commit | 67c663ff9aaeee1572097ef4eceb39c039d91f42 (patch) | |
tree | 4d2b7879f5acbe2a2782593532b37a13c7a9c87b /community/phantomjs | |
parent | 2cfbbdcb041073ed1f9aff2f2fd630b24e039e6d (diff) |
Thu Sep 12 01:42:53 PDT 2013
Diffstat (limited to 'community/phantomjs')
-rw-r--r-- | community/phantomjs/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/phantomjs/PKGBUILD b/community/phantomjs/PKGBUILD index 46ba64245..9bbf6f5cc 100644 --- a/community/phantomjs/PKGBUILD +++ b/community/phantomjs/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 92506 2013-06-07 11:18:15Z fyan $ +# $Id: PKGBUILD 97046 2013-09-11 13:42:10Z fyan $ # Maintainer: Felix Yan <felixonmars@gmail.com> # Contributor: grimsock <lord.grimsock at gmail dot com> # Contributor: Dieter Plaetinck <dieter@plaetinck.be> @@ -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') 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') |