diff options
Diffstat (limited to 'community/coin')
-rw-r--r-- | community/coin/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/coin/PKGBUILD b/community/coin/PKGBUILD index f88ee170b..70289ef96 100644 --- a/community/coin/PKGBUILD +++ b/community/coin/PKGBUILD @@ -4,7 +4,7 @@ pkgname=coin pkgver=3.1.3 -pkgrel=3 +pkgrel=5 pkgdesc='Coin3D is a high-level 3D graphics toolkit on top of OpenGL.' url='http://www.coin3d.org/' license=('GPL') @@ -15,7 +15,7 @@ optdepends=('openal: sound/dynamic linking support' 'fontconfig: dynamic linking support' 'zlib: dynamic linking support' 'freetype2: dynamic linking support' - 'spidermonkey: dynamic linking support') + 'js: dynamic linking support') options=('!libtool') source=("http://ftp.coin3d.org/coin/src/all/Coin-${pkgver}.tar.gz") md5sums=('1538682f8d92cdf03e845c786879fbea') |