summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1aa748dd005..9de0bb17a00f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = phantomjs-bin
pkgdesc = Headless WebKit with JavaScript API (official static binary)
pkgver = 2.1.1
- pkgrel = 1
- url = http://www.phantomjs.org/
+ pkgrel = 2
+ url = http://phantomjs.org/
arch = x86_64
license = BSD
depends = fontconfig
diff --git a/PKGBUILD b/PKGBUILD
index 617e554f2aef..fce3777949a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
_pkgname='phantomjs'
pkgname="$_pkgname-bin"
pkgver=2.1.1
-pkgrel=1
+pkgrel=2
pkgdesc='Headless WebKit with JavaScript API (official static binary)'
-url='http://www.phantomjs.org/'
+url='http://phantomjs.org/'
license=('BSD')
arch=('x86_64')
depends=('fontconfig' 'freetype2' 'libpng')