summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD14
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff5b5d2d6b7e..9e72c7cd3a15 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.26.22.42
+ pkgver = 1.26.22.43
pkgrel = 1
url = http://sldev.free.fr
install = coolvlviewer.install
@@ -39,10 +39,10 @@ pkgbase = coolvlviewer-bin
optdepends = lib32-libidn11: for voice support
conflicts = coolvlviewer-bin
conflicts = coolvlviewer-experimental
- source = http://sldev.free.fr/binaries/CoolVLViewer-1.26.22.42-Linux-x86_64-Setup
+ source = http://sldev.free.fr/binaries/CoolVLViewer-1.26.22.43-Linux-x86_64-Setup
source = coolvlviewer.desktop
source = coolvlviewer.launcher
- md5sums = 0a35a2cada70cdd3b3568f05fdc26f2a
+ md5sums = 6cb27e1122b63a60322fd05a770367d2
md5sums = 6d3ef4b59ce0c159c6a6d85a497c0249
md5sums = fd78de1f6c1333a5120ece89873515e0
diff --git a/PKGBUILD b/PKGBUILD
index af1721a746d9..a81b13340d52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Co-Maintainer: Alex Tharp <toastercup@gmail.com>
pkgname=coolvlviewer-bin
-pkgver=1.26.22.42
+pkgver=1.26.22.43
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"
@@ -26,7 +26,7 @@ source=("http://sldev.free.fr/binaries/CoolVLViewer-${pkgver}-Linux-x86_64-Setup
"coolvlviewer.desktop"
"coolvlviewer.launcher")
-md5sums=('0a35a2cada70cdd3b3568f05fdc26f2a'
+md5sums=('6cb27e1122b63a60322fd05a770367d2'
'6d3ef4b59ce0c159c6a6d85a497c0249'
'fd78de1f6c1333a5120ece89873515e0')
@@ -42,7 +42,7 @@ package(){
# Install Desktop File
install -D -m644 $srcdir/coolvlviewer.desktop \
$pkgdir/usr/share/applications/coolvlviewer.desktop
-
+
# Install Icon File
install -D -m755 $srcdir/coolvlviewer/cvlv_icon.png \
$pkgdir/usr/share/pixmaps/clvl_icon.png
@@ -50,20 +50,20 @@ install -D -m755 $srcdir/coolvlviewer/cvlv_icon.png \
# Install Launcher
install -D -m755 $srcdir/../coolvlviewer.launcher \
$pkgdir/usr/bin/coolvlviewer
-
+
# Install License
install -D -m644 $srcdir/coolvlviewer/licenses.txt \
$pkgdir/usr/share/licenses/$pkgname/LISENSE
-
+
# Move Data to Destination Directory
install -d $pkgdir/opt/
mv coolvlviewer/ $pkgdir/opt/
-
+
# Change Permissions of files to root:games
chown -R root:games $pkgdir/opt/coolvlviewer
chmod -R g+rw $pkgdir/opt/coolvlviewer
# Make Binary Group-Executable
chmod g+x $pkgdir/opt/coolvlviewer/cool_vl_viewer
-
+
}