summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordonGR2020-12-13 16:43:54 +0200
committerGordonGR2020-12-13 16:43:54 +0200
commit76e96ae7924b398e5b49acc09dbd9f53049148f6 (patch)
tree821cb26a0cfc45e5b2d67d0c2e76c1646e9ea3eb
parent8dca727e8d9e53a6bd0165af9db93ae5c68bd331 (diff)
downloadaur-76e96ae7924b398e5b49acc09dbd9f53049148f6.tar.gz
1.28.2.0-1: Upstream update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--coolvlviewer.desktop2
-rw-r--r--coolvlviewer.install8
4 files changed, 10 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79f2eaf01a41..f77545af43d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = coolvlviewer-bin
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', binary)
- pkgver = 1.28.0.19
+ pkgver = 1.28.2.0
pkgrel = 1
url = http://sldev.free.fr
install = coolvlviewer.install
@@ -41,11 +41,11 @@ pkgbase = coolvlviewer-bin
conflicts = coolvlviewer
conflicts = coolvlviewer-experimental
conflicts = coolvlviewer-experimental-bin
- source = http://sldev.free.fr/binaries/CoolVLViewer-1.28.0.19-Linux-x86_64-Setup
+ source = http://sldev.free.fr/binaries/CoolVLViewer-1.28.2.0-Linux-x86_64-Setup
source = coolvlviewer.desktop
source = coolvlviewer.launcher
- md5sums = 426246a0b826b4f0e73ccda0dda5f525
- md5sums = e3efa31884eed08d07cbbe686b027d9a
+ md5sums = f2aeb560792210ea894291012901edf2
+ md5sums = 7a70defd1c6381bab1af7456b14daca4
md5sums = fd78de1f6c1333a5120ece89873515e0
pkgname = coolvlviewer-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5eecd95bb171..ffb75328b7c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Co-Maintainer: Alex Tharp <toastercup@gmail.com>
pkgname=coolvlviewer-bin
-pkgver=1.28.0.19
+pkgver=1.28.2.0
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', binary)"
url="http://sldev.free.fr"
@@ -27,8 +27,8 @@ source=("http://sldev.free.fr/binaries/CoolVLViewer-${pkgver}-Linux-x86_64-Setup
"coolvlviewer.desktop"
"coolvlviewer.launcher")
-md5sums=('426246a0b826b4f0e73ccda0dda5f525'
- 'e3efa31884eed08d07cbbe686b027d9a'
+md5sums=('f2aeb560792210ea894291012901edf2'
+ '7a70defd1c6381bab1af7456b14daca4'
'fd78de1f6c1333a5120ece89873515e0')
build() {
diff --git a/coolvlviewer.desktop b/coolvlviewer.desktop
index eb6297c50950..f1bb976443a6 100644
--- a/coolvlviewer.desktop
+++ b/coolvlviewer.desktop
@@ -1,7 +1,7 @@
[Desktop Entry]
Version=1.0
Type=Application
-Name=Cool VL Viewer v1.28.0
+Name=Cool VL Viewer v1.28.2
GenericName=A third-party viewer for Second Life (C) and OpenSim grids
Comment=A third-party viewer for Second Life (C) and OpenSim grids
Exec=/usr/bin/coolvlviewer
diff --git a/coolvlviewer.install b/coolvlviewer.install
index e290736f0b1d..7a0ef9173d55 100644
--- a/coolvlviewer.install
+++ b/coolvlviewer.install
@@ -1,6 +1,6 @@
post_install() {
echo ">>> The version of settings file is:"
-echo ">>> ~/.secondlife/user_settings/settings_coolvlviewer_12680.xml."
+echo ">>> ~/.secondlife/user_settings/settings_coolvlviewer_1282.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."
@@ -9,11 +9,7 @@ echo ">>> To use SLVoice, please make sure Wine is installed on your system and
#post_upgrade() {
echo ">>> New version of settings file is:"
-echo ">>> ~/.secondlife/user_settings/settings_coolvlviewer_12800.xml."
+echo ">>> ~/.secondlife/user_settings/settings_coolvlviewer_1282.xml."
echo ">>> To use SLVoice, please make sure Wine is installed on your system and then simply run the script "install-wine-SLVoice.sh" to setup everything for the viewer."
}
-op=$1
-shift
-
-$op $*