summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
-rw-r--r--coolvlviewer.install8
3 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93000241cd92..ca2ab08efc76 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = coolvlviewer
pkgdesc = A third-party viewer for Second Life (C) (secondlife) and OpenSim (opensimulator) grids. ('VL' stands for virtual life, formerly known as 'Cool SL Viewer'; native 32bit, binary)
- pkgver = 1.26.14.1
+ pkgver = 1.26.14.2
pkgrel = 1
url = http://sldev.free.fr
install = coolvlviewer.install
@@ -9,10 +9,10 @@ pkgbase = coolvlviewer
license = custom
conflicts = coolvlviewer-legacy
conflicts = coolvlviewer-experimental
- source = http://sldev.free.fr/binaries/CoolVLViewer-1.26.14.1-Linux-x86-Setup
+ source = http://sldev.free.fr/binaries/CoolVLViewer-1.26.14.2-Linux-x86-Setup
source = coolvlviewer.desktop
source = coolvlviewer.launcher
- md5sums = 7e448ea8f4759dcf294b772a57e74aa8
+ md5sums = e3cc723a4fe4520d52ee49d15433c038
md5sums = 6034374de4a12da2b7566a82097b332f
md5sums = fd78de1f6c1333a5120ece89873515e0
depends_i686 = apr-util
diff --git a/PKGBUILD b/PKGBUILD
index 5aefdeb9c06c..0eb02f1a7e4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: GordonGR <ntheo1979@gmail.com>
pkgname=coolvlviewer
-pkgver=1.26.14.1
+pkgver=1.26.14.2
pkgrel=1
pkgdesc="A third-party viewer for Second Life (C) (secondlife) and OpenSim (opensimulator) grids. ('VL' stands for virtual life, formerly known as 'Cool SL Viewer'; native 32bit, binary)"
url="http://sldev.free.fr"
@@ -17,10 +17,11 @@ source=("http://sldev.free.fr/binaries/CoolVLViewer-${pkgver}-Linux-x86-Setup"
"coolvlviewer.desktop"
"coolvlviewer.launcher")
-md5sums=('7e448ea8f4759dcf294b772a57e74aa8'
+md5sums=('e3cc723a4fe4520d52ee49d15433c038'
'6034374de4a12da2b7566a82097b332f'
'fd78de1f6c1333a5120ece89873515e0')
+
build() {
cd $srcdir
# Run the installer
diff --git a/coolvlviewer.install b/coolvlviewer.install
index d0169ec8c87e..fbe6c4e291f2 100644
--- a/coolvlviewer.install
+++ b/coolvlviewer.install
@@ -2,8 +2,8 @@ post_install() {
echo ">>> For use with OpenAl, please comment out line 8 and uncomment line 10"
echo ">>> of the file /opt/coolvlviewer/cool_vl_viewer ."
echo ">>> Currently the file is set for use with OSS."
- echo ">>> New version of settings file is:"
- echo ">>> ~/.secondlife/user_settings/settings_coolvlviewer_12614.xml."
+# echo ">>> New version of settings file is:"
+# echo ">>> ~/.secondlife/user_settings/settings_coolvlviewer_12614.xml."
echo ">>> You must also add your user to the 'games' group."
echo ">>> # gpasswd -a USERNAME games"
echo ">>> Remember to logout and log back in for the changes to take effect."
@@ -13,8 +13,8 @@ post_install() {
post_upgrade() {
echo ">>> For use with OpenAl, please comment out line 8 and uncomment line 10"
echo ">>> of the file /opt/coolvlviewer/cool_vl_viewer ."
- echo ">>> Currently the file is set for use with OSS."
- echo ">>> New version of settings file is:"
+# echo ">>> Currently the file is set for use with OSS."
+# echo ">>> New version of settings file is:"
echo ">>> ~/.secondlife/user_settings/settings_coolvlviewer_12614.xml."
}