summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Swanson2014-12-13 04:59:51 -0800
committerMike Swanson2014-12-13 04:59:51 -0800
commita67d1f4003be24a49488a366aac885dd00d73172 (patch)
treec7fda17e63df92b815655779e21c7c74ba44e911
parenta285f4c20f362cb0e453bc61429ab8e75a91166c (diff)
downloadaur-a67d1f4003be24a49488a366aac885dd00d73172.tar.gz
firestorm-bin: Add [lib32-]nvidia-libgl as an optdepends
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f44a2b5caeec..6a95c369195f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = firestorm-bin
pkgdesc = Firestorm is a feature-packed third-party viewer for Second Life.
pkgver = 4.6.9.42974
- pkgrel = 1
+ pkgrel = 2
url = http://www.firestormviewer.org/
install = firestorm.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 8eb4d69f19e9..ae47f2c3ac18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mike Swanson <mikeonthecomputer@gmail.com>
pkgname=firestorm-bin
pkgver=4.6.9.42974
-pkgrel=1
+pkgrel=2
pkgdesc="Firestorm is a feature-packed third-party viewer for Second Life."
url="http://www.firestormviewer.org/"
license=('GPL')
@@ -15,6 +15,7 @@ if [ "$CARCH" = "i686" ]; then
'libpulse: for PulseAudio support'
'alsa-lib: for ALSA support'
'nvidia-utils: for NVIDIA support'
+ 'nvidia-libgl: for NVIDIA support'
'flashplugin: for inworld Flash support'
'gstreamer0.10: For video support - may need good, bad and ugly plugins'
'freealut: for OpenAL support')
@@ -29,6 +30,7 @@ elif [ "$CARCH" = "x86_64" ]; then
'lib32-libpulse: for PulseAudio support'
'lib32-alsa-lib: for ALSA support'
'lib32-nvidia-utils: for NVIDIA support'
+ 'lib32-nvidia-libgl: for NVIDIA support'
'lib32-flashplugin: for inworld Flash support'
'lib32-gstreamer0.10: For video support - may need good, bad and ugly plugins'
'lib32-freealut: for OpenAL support')