summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorariasuni2019-03-08 02:27:46 +0100
committerariasuni2019-03-08 02:27:46 +0100
commit4bdd230dccbcfb4574cf63657416bdcddfc7285e (patch)
tree50abab8a6971167bb93607f1192d2b211168c165
parenta563f3d29db76fa09e1bf60110a50cc4357ae61b (diff)
downloadaur-4bdd230dccbcfb4574cf63657416bdcddfc7285e.tar.gz
Update website link
-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')