summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD15
2 files changed, 16 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b1c3c679b33..488d9e20035c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Mon Nov 12 22:10:17 UTC 2018
-pkgbase = firestorm-bin
+pkgbase = firestorm-beta
pkgdesc = Firestorm is a feature-packed third-party viewer for Second Life.
- pkgver = 5.1.7.55786
+ pkgver = 6.0.1.56538
pkgrel = 3
url = http://www.firestormviewer.org/
install = firestorm.install
@@ -37,14 +35,16 @@ pkgbase = firestorm-bin
optdepends = mesa-libgl: For Intel, Radeon, Nouveau support
optdepends = nvidia-libgl: for NVIDIA support
optdepends = nvidia-utils: for NVIDIA support
- source = https://downloads.firestormviewer.org/linux/Phoenix_FirestormOS-Releasex64_x86_64_5.1.7.55786.tar.xz
+ conflicts = firestorm-bin
+ replaces = firestorm-bin
+ source = http://downloads.firestormviewer.org/linux/Phoenix_FirestormOS-Betax64_x86_64_6.0.1.56538.tar.xz
source = 0001-firestorm-libgl-path.patch
source = firestorm.desktop
source = firestorm.launcher
- sha512sums = 776323c96625001f6f5ebe87996e904c3ba576b051203ab4fea0f9b95564c3e15efb1651d3a1c5993c1df20b7983df6c8a861461ebdc39b3e9046e371390270c
+ sha512sums = 234fbe2083416eb28da6da19f5e248d436796668a79881e0948a6caad700ddbd52ceacb8ff628335394fd4b53384edbe7162a16016639fddd28b523ab1c487dd
sha512sums = 760dc097786275f4d60f9562e22d16b20151c4918cea89508bbe0b649d62b5158326d97086958acd1948c0cbb2f6693d2ac75224487b98729098b99936d0c57a
sha512sums = aaebbd7376e98ce267b99d1b86efb75c5515047ba127e42810b4560361841ee9e00eb20b7939371f6f0076642f51cec7e3d3881cfb9fd8de55e0888c9059c41d
sha512sums = c84fc42b0e3edded09a57a8c9a38d64ee57bc60e72fa7d1fc98f0dd292f0428314f53907010da666f123067f951584ae8d36e1cbfaf31fff3aae02b2ed79fdf6
-pkgname = firestorm-bin
+pkgname = firestorm-beta
diff --git a/PKGBUILD b/PKGBUILD
index 61a3cdedbbc4..78a3a461149e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,7 @@
-# Maintainer: Mike Swanson <mikeonthecomputer@gmail.com>
-pkgname=firestorm-bin
-pkgver=5.1.7.55786
+# Maintainer: Alexandre Leuck <aleuck2004@gmail.com>
+# Contributor: Mike Swanson <mikeonthecomputer@gmail.com>
+pkgname=firestorm-beta
+pkgver=6.0.1.56538
pkgrel=3
pkgdesc="Firestorm is a feature-packed third-party viewer for Second Life."
url="http://www.firestormviewer.org/"
@@ -19,18 +20,20 @@ optdepends=(
'mesa-libgl: For Intel, Radeon, Nouveau support'
'nvidia-libgl: for NVIDIA support'
'nvidia-utils: for NVIDIA support')
+replaces=('firestorm-bin')
+conflicts=('firestorm-bin')
install=firestorm.install
-source=("https://downloads.firestormviewer.org/linux/Phoenix_FirestormOS-Releasex64_x86_64_$pkgver.tar.xz"
+source=("http://downloads.firestormviewer.org/linux/Phoenix_FirestormOS-Betax64_x86_64_$pkgver.tar.xz"
0001-firestorm-libgl-path.patch
firestorm.desktop
firestorm.launcher)
-sha512sums=('776323c96625001f6f5ebe87996e904c3ba576b051203ab4fea0f9b95564c3e15efb1651d3a1c5993c1df20b7983df6c8a861461ebdc39b3e9046e371390270c'
+sha512sums=('234fbe2083416eb28da6da19f5e248d436796668a79881e0948a6caad700ddbd52ceacb8ff628335394fd4b53384edbe7162a16016639fddd28b523ab1c487dd'
'760dc097786275f4d60f9562e22d16b20151c4918cea89508bbe0b649d62b5158326d97086958acd1948c0cbb2f6693d2ac75224487b98729098b99936d0c57a'
'aaebbd7376e98ce267b99d1b86efb75c5515047ba127e42810b4560361841ee9e00eb20b7939371f6f0076642f51cec7e3d3881cfb9fd8de55e0888c9059c41d'
'c84fc42b0e3edded09a57a8c9a38d64ee57bc60e72fa7d1fc98f0dd292f0428314f53907010da666f123067f951584ae8d36e1cbfaf31fff3aae02b2ed79fdf6')
prepare() {
- mv "$srcdir/Phoenix_FirestormOS-Releasex64_x86_64_$pkgver" "$srcdir/firestorm"
+ mv "$srcdir/Phoenix_FirestormOS-Betax64_x86_64_$pkgver" "$srcdir/firestorm"
cd "firestorm"
for patch in ../*.patch; do