summaryrefslogtreecommitdiff
path: root/community/conkeror-git
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-09-07 15:14:25 +0000
committerroot <root@rshg054.dnsready.net>2011-09-07 15:14:25 +0000
commit52442b30a60f3a0dc7bc0eb214d123d001987c83 (patch)
treeb4ba9af92ba3a77331f71b19dd46fb3964e79c19 /community/conkeror-git
parent17f3e93f2d2e9d6b429c34a2c107ee4d0b7b3973 (diff)
Wed Sep 7 15:14:25 UTC 2011
Diffstat (limited to 'community/conkeror-git')
-rw-r--r--community/conkeror-git/PKGBUILD8
-rw-r--r--community/conkeror-git/conkeror.sh4
2 files changed, 5 insertions, 7 deletions
diff --git a/community/conkeror-git/PKGBUILD b/community/conkeror-git/PKGBUILD
index 473dc9608..5529afb8d 100644
--- a/community/conkeror-git/PKGBUILD
+++ b/community/conkeror-git/PKGBUILD
@@ -1,10 +1,10 @@
# Contributor: Heeru Kiyura <M8R-p9i5nh@mailinator.com>
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
-_commit=8b8d97035432f02e16f26334a47ca340b47d81fd
+_commit=0b48f8c21f90f26e78f06c15e144d85683981b85
pkgname=conkeror-git
-pkgver=0.9.3
-pkgrel=9
+pkgver=1.0pre
+pkgrel=1
pkgdesc="A highly programmable web browser based on Mozilla XULRunner."
arch=('i686' 'x86_64')
url="http://conkeror.mozdev.org/"
@@ -14,7 +14,7 @@ makedepends=('git' 'imagemagick')
provides=(conkeror)
source=(conkeror_gimpfile.xpm conkeror.sh)
md5sums=('b592582a5b923db1707615564a95737f'
- 'c8c2a1e54312fc504cbf868d55446e35')
+ '11c6c76a2639254754b34a542f1965a1')
install=conkeror-git.install
__gitroot="git://repo.or.cz/conkeror.git"
diff --git a/community/conkeror-git/conkeror.sh b/community/conkeror-git/conkeror.sh
index 7de1e7c02..963720513 100644
--- a/community/conkeror-git/conkeror.sh
+++ b/community/conkeror-git/conkeror.sh
@@ -1,4 +1,2 @@
#!/bin/sh
-cd /usr/share/conkeror/
-xulrunner application.ini $1
-cd -
+exec xulrunner /usr/share/conkeror/application.ini "$@"