simerjs: fix firefox dependency restriction (thanks @xtraeme)

This commit is contained in:
Eivind Uggedal 2015-08-14 08:37:12 +00:00
parent 8d13533e46
commit 60265588a9

View file

@ -1,11 +1,11 @@
# Template file for 'slimerjs'
pkgname=slimerjs
version=0.9.6
revision=1
revision=2
noarch=yes
wrksrc=$pkgname-RELEASE_$version
hostmakedepends="zip"
depends="bash firefox<=4.0"
depends="bash firefox<41"
short_desc="A scriptable browser for Firefox"
maintainer="Eivind Uggedal <eivind@uggedal.com>"
license="MPL-2.0, BSD"