summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2017-11-19 18:29:02 +0100
committerhaawda2017-11-19 18:29:02 +0100
commit90e1462aa82dc052dfa9edc16f4b8c7dd8f2fda8 (patch)
tree9e36f85c33e0daa6b3c830e6796f818f449adefa
parent2b388a6a23d4562e9cdc87528bdb78c880e16f09 (diff)
downloadaur-90e1462aa82dc052dfa9edc16f4b8c7dd8f2fda8.tar.gz
xulrunner does not work well, palemonn works
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--conkeror.sh2
3 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37349be80cc1..1ea9461ab4a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,20 @@
# Generated by mksrcinfo v8
-# Fri Nov 17 02:01:15 UTC 2017
+# Sun Nov 19 17:28:03 UTC 2017
pkgbase = conkeror
pkgdesc = A highly programmable web browser based on Mozilla XULRunner
pkgver = 1.0.3
- pkgrel = 2
+ pkgrel = 3
url = http://conkeror.org/
arch = i686
arch = x86_64
license = MPL
license = GPL
license = LGPL
- depends = xulrunner
+ depends = palemoon
source = conkeror-1.0.3.tar.gz::http://repo.or.cz/conkeror.git/snapshot/1.0.3.tar.gz
source = conkeror.sh
md5sums = c496c836c1b5b5ea573329f1115bda34
- md5sums = 2c3fa4ba393c936cfde90f1614e12ba6
+ md5sums = a77e1984b610488ffb06bc1d24f771a5
pkgname = conkeror
diff --git a/PKGBUILD b/PKGBUILD
index aede03daed2b..b38d4e6895a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,15 @@
pkgname=conkeror
pkgver=1.0.3
-pkgrel=2
+pkgrel=3
pkgdesc='A highly programmable web browser based on Mozilla XULRunner'
arch=('i686' 'x86_64')
url='http://conkeror.org/'
license=('MPL' 'GPL' 'LGPL')
-depends=('xulrunner')
+depends=('palemoon') # tested with palemoon-bin
source=("$pkgname-$pkgver.tar.gz::http://repo.or.cz/conkeror.git/snapshot/$pkgver.tar.gz" conkeror.sh)
md5sums=('c496c836c1b5b5ea573329f1115bda34'
- '2c3fa4ba393c936cfde90f1614e12ba6')
+ 'a77e1984b610488ffb06bc1d24f771a5')
build() {
cd $pkgname-$pkgver*/
diff --git a/conkeror.sh b/conkeror.sh
index a026621a5a21..be85a5807e75 100644
--- a/conkeror.sh
+++ b/conkeror.sh
@@ -5,4 +5,4 @@
# Use, modification, and distribution are subject to the
# terms specified in the COPYING file.
-XUL_APP_FILE="/usr/share/conkeror/application.ini" exec xulrunner "$@"
+XUL_APP_FILE="/usr/share/conkeror/application.ini" exec palemoon "$@"