diff options
| -rw-r--r-- | indra/newview/PKGBUILD.in | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/PKGBUILD.in b/indra/newview/PKGBUILD.in index d917f216b6..f288b12287 100644 --- a/indra/newview/PKGBUILD.in +++ b/indra/newview/PKGBUILD.in @@ -6,7 +6,7 @@ pkgdesc="${VIEWER_PACKAGE_COMMENT}"  arch=('${CMAKE_SYSTEM_PROCESSOR}')  url="https://${VIEWER_PACKAGE_DOMAIN_NAME}"  license=('LGPL-2.1') -depends=(freealut apr-util boost-libs fltk glu hunspell libnghttp2 sdl2 uriparser vlc libvorbis) +depends=(apr-util boost-libs fltk glu hunspell libnghttp2 sdl2 uriparser vlc libvorbis)  package() {  	cd "$startdir"  | 
