summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2017-12-09 19:58:58 +0100
committerhaawda2017-12-09 19:58:58 +0100
commit6d5e2d52c4348fafc88267c198e617b3e664a4a1 (patch)
treefae2255bcd9750c0ec45eb0fa1e431e02e720382
parentf842a96693cdf6de4febf5e5aeabfbc775973093 (diff)
downloadaur-6d5e2d52c4348fafc88267c198e617b3e664a4a1.tar.gz
xulrunner fails for many sites, reverting to palemoon
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD10
-rw-r--r--conkeror.sh2
3 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5bf214181079..f1c2033ee5a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Nov 22 19:45:49 UTC 2017
+# Sat Dec 9 18:58:08 UTC 2017
pkgbase = conkeror
pkgdesc = A highly programmable web browser based on Mozilla XULRunner
- pkgver = 1.0.3
- pkgrel = 4
+ pkgver = 1.0.4
+ pkgrel = 1
url = http://conkeror.org/
arch = i686
arch = x86_64
@@ -11,10 +11,10 @@ pkgbase = conkeror
license = GPL
license = LGPL
depends = xulrunner
- source = conkeror-1.0.3.tar.gz::http://repo.or.cz/conkeror.git/snapshot/1.0.3.tar.gz
+ source = conkeror-1.0.4.tar.gz::http://repo.or.cz/conkeror.git/snapshot/685f24e3aeffc408dcea883e1d0c738cb18bbe8d.tar.gz
source = conkeror.sh
- md5sums = c496c836c1b5b5ea573329f1115bda34
- md5sums = 2c3fa4ba393c936cfde90f1614e12ba6
+ sha256sums = 8c86f9517f7e529a985f1eb579f9d87ee288770c2a4e37db12a5ab16061a6f44
+ sha256sums = 3def19870f3413fca75ce2dad7ac2336114aac1b189c09bd53a003ec6ce2a84a
pkgname = conkeror
diff --git a/PKGBUILD b/PKGBUILD
index 8943a7ea2783..ea4431e91078 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
# Contributor: Heeru Kiyura <M8R-p9i5nh@mailinator.com>
pkgname=conkeror
-pkgver=1.0.3
-pkgrel=4
+pkgver=1.0.4
+pkgrel=1
pkgdesc='A highly programmable web browser based on Mozilla XULRunner'
arch=('i686' 'x86_64')
url='http://conkeror.org/'
license=('MPL' 'GPL' 'LGPL')
depends=('xulrunner')
-source=("$pkgname-$pkgver.tar.gz::http://repo.or.cz/conkeror.git/snapshot/$pkgver.tar.gz" conkeror.sh)
-md5sums=('c496c836c1b5b5ea573329f1115bda34'
- '2c3fa4ba393c936cfde90f1614e12ba6')
+source=("$pkgname-$pkgver.tar.gz::http://repo.or.cz/conkeror.git/snapshot/685f24e3aeffc408dcea883e1d0c738cb18bbe8d.tar.gz" conkeror.sh)
+sha256sums=('8c86f9517f7e529a985f1eb579f9d87ee288770c2a4e37db12a5ab16061a6f44'
+ '3def19870f3413fca75ce2dad7ac2336114aac1b189c09bd53a003ec6ce2a84a')
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 "$@"