summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBalló György2017-11-21 15:01:55 +0100
committerBalló György2017-11-21 15:01:55 +0100
commit6b354fd83f8e2b167f5f0268f253ac286a6823c3 (patch)
treedad70b9d883bafe5e693045ffbc8426a3fa67d32 /PKGBUILD
parent1486ba2a8dbe045d78d5ec3f81ce501bd251bd1b (diff)
downloadaur-chatzilla.tar.gz
Use xulrunner instead of firefox
Firefox>=57 does not support XUL apps any more.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9351a82efb08..809c531b928e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=chatzilla
pkgver=0.9.93
_pkgver=0_9_93
-pkgrel=1
+pkgrel=2
pkgdesc='Clean, easy to use and highly extensible Internet Relay Chat (IRC) client, built on the Mozilla platform'
arch=('any')
url='http://chatzilla.hacksrus.com/'
license=('MPL' 'GPL' 'LGPL')
-depends=('firefox')
+depends=('xulrunner')
makedepends=('python2' 'unzip')
source=("$pkgname-$pkgver.tar.gz::http://hg.mozilla.org/chatzilla/archive/CHATZILLA_${_pkgver}_RELEASE.tar.gz"
"xrmakeM.diff"
@@ -19,7 +19,7 @@ source=("$pkgname-$pkgver.tar.gz::http://hg.mozilla.org/chatzilla/archive/CHATZI
sha256sums=('7c03e742fb6b8ec82f884464a1129ab4f644c74824963cd7d1ebddb9c8cc7523'
'355ff3f351eb5c38a7e04bf2e83aa5f038f937753d7acb239fe0b0aef589c351'
'43d3299ccf6f59d0123fc57d0affc8014d46650869c6edc251cd5cb54093ffa1'
- '0cf6529326def9bbff73b04f9abd45193c41ca3c8b44dd922739c3f969701a59'
+ '0c6b2b68055f9c4e39e7e72a4ebfb3d4c13d439a30ca3ec8ed84109ceb16e8f1'
'548e758a5334ea9e920fd8b21d29c0e4acd63bdd5f3c3b6eb6e5f5a79644f9cb')
prepare() {