Add conflict between js and js185 and fix js185 version

This commit is contained in:
Adrian Chaves (Gallaecio) 2016-09-24 07:55:41 +02:00
parent cfd614cfdb
commit 83f308e5fc

View File

@ -2,16 +2,18 @@
# Contributor: Ionut Biru <ibiru@archlinux.org> # Contributor: Ionut Biru <ibiru@archlinux.org>
pkgname=js185 pkgname=js185
pkgver=1.0.0 pkgver=1.8.5
pkgrel=2 pkgrel=1
pkgdesc="JavaScript interpreter and libraries (legacy)" pkgdesc="JavaScript interpreter and libraries (legacy)"
arch=(i686 x86_64) arch=(x86_64)
url="https://developer.mozilla.org/En/SpiderMonkey/1.8.5" url="https://developer.mozilla.org/En/SpiderMonkey/1.8.5"
license=(MPL) license=(MPL)
depends=(nspr gcc-libs) depends=(nspr gcc-libs)
makedepends=(python2 zip) makedepends=(python2 zip)
provides=("js=$pkgver")
conflicts=(js)
options=(!staticlibs) options=(!staticlibs)
source=(http://ftp.mozilla.org/pub/mozilla.org/js/$pkgname-$pkgver.tar.gz) source=(http://ftp.mozilla.org/pub/mozilla.org/js/$pkgname-1.0.0.tar.gz)
md5sums=('a4574365938222adca0a6bd33329cb32') md5sums=('a4574365938222adca0a6bd33329cb32')
build() { build() {