summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2017-11-22 20:46:19 +0100
committerhaawda2017-11-22 20:46:19 +0100
commitf842a96693cdf6de4febf5e5aeabfbc775973093 (patch)
treed85a0ec0d78bd3d2894bc4999948186308cd0d3d
parent90e1462aa82dc052dfa9edc16f4b8c7dd8f2fda8 (diff)
downloadaur-f842a96693cdf6de4febf5e5aeabfbc775973093.tar.gz
revert last change
-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 1ea9461ab4a7..5bf214181079 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,20 @@
# Generated by mksrcinfo v8
-# Sun Nov 19 17:28:03 UTC 2017
+# Wed Nov 22 19:45:49 UTC 2017
pkgbase = conkeror
pkgdesc = A highly programmable web browser based on Mozilla XULRunner
pkgver = 1.0.3
- pkgrel = 3
+ pkgrel = 4
url = http://conkeror.org/
arch = i686
arch = x86_64
license = MPL
license = GPL
license = LGPL
- depends = palemoon
+ depends = xulrunner
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 = a77e1984b610488ffb06bc1d24f771a5
+ md5sums = 2c3fa4ba393c936cfde90f1614e12ba6
pkgname = conkeror
diff --git a/PKGBUILD b/PKGBUILD
index b38d4e6895a9..8943a7ea2783 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,15 @@
pkgname=conkeror
pkgver=1.0.3
-pkgrel=3
+pkgrel=4
pkgdesc='A highly programmable web browser based on Mozilla XULRunner'
arch=('i686' 'x86_64')
url='http://conkeror.org/'
license=('MPL' 'GPL' 'LGPL')
-depends=('palemoon') # tested with palemoon-bin
+depends=('xulrunner')
source=("$pkgname-$pkgver.tar.gz::http://repo.or.cz/conkeror.git/snapshot/$pkgver.tar.gz" conkeror.sh)
md5sums=('c496c836c1b5b5ea573329f1115bda34'
- 'a77e1984b610488ffb06bc1d24f771a5')
+ '2c3fa4ba393c936cfde90f1614e12ba6')
build() {
cd $pkgname-$pkgver*/
diff --git a/conkeror.sh b/conkeror.sh
index be85a5807e75..a026621a5a21 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 palemoon "$@"
+XUL_APP_FILE="/usr/share/conkeror/application.ini" exec xulrunner "$@"