summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Swanson2022-03-23 18:09:00 -0700
committerMike Swanson2022-03-23 18:09:00 -0700
commit65f7635052ce4e136d62a315d3a17702f68303cf (patch)
tree182dc62c75cf3aea9604214548f81556ac999875
parent4162750e5d3d1459d740d8acc3dab227e6ec459f (diff)
downloadaur-65f7635052ce4e136d62a315d3a17702f68303cf.tar.gz
Update to 6.5.3.65658
-rw-r--r--PKGBUILD20
1 files changed, 12 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4c06292cf9a4..ee881a7fffe8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
# Maintainer: Mike Swanson <mikeonthecomputer@gmail.com>
pkgname=firestorm-bin
-pkgver=6.4.21.64531
-pkgrel=2
+pkgver=6.5.3.65658
+pkgrel=1
pkgdesc="Firestorm is a feature-packed third-party viewer for Second Life."
url="http://www.firestormviewer.org/"
license=('GPL')
arch=('x86_64')
-depends=(dbus-glib glu gtk2 lib32-libidn lib32-libsndfile
- lib32-util-linux lib32-zlib libgl libidn libjpeg-turbo libpng
- libxcrypt-compat libxss libxml2 mesa nss openal sdl vlc zlib)
+depends=(apr-util dbus-glib glu gtk2 lib32-libidn lib32-libsndfile
+ lib32-util-linux lib32-zlib libbsd libgl libidn libjpeg-turbo
+ libpng libxcrypt-compat libxss libxml2 mesa nss openal sdl
+ vlc zlib)
optdepends=(
'alsa-lib: for ALSA support'
'pepper-flash: for inworld Flash support'
@@ -21,11 +22,11 @@ optdepends=(
'nvidia-libgl: for NVIDIA support'
'nvidia-utils: for NVIDIA support')
install=firestorm.install
-tardir="Phoenix_Firestorm-Release_x86_64_${pkgver}"
-source=("https://downloads.firestormviewer.org/linux/Phoenix_Firestorm-Release_x86_64_$pkgver.tar.xz"
+tardir="Phoenix_Firestorm-Releasex64_x86_64_${pkgver}"
+source=("https://downloads.firestormviewer.org/linux/Phoenix_Firestorm-Releasex64_x86_64_$pkgver.tar.xz"
firestorm.desktop
firestorm.launcher)
-b2sums=('a7b8398683e0fd552e1c8e11350832b9024eea870c8359e5c609642536fa8fa4a021ed8903e9f6bf122b5d90cfa62b4c869ad986670f333b686a397dfc1cd17f'
+b2sums=('750e9fbea1282db7eda7e6bef2854873443cac760f1c722859ea355e3d68caceeafa8190963c558b3db70da8ec95bd097250c4a495fb3539cb2cdd98365163a1'
'd9343e4f93fc549fa3dc98bef3bfcd96ffae11e0fbdcc0ef604312e5fa1e0b5217a44e0988dac24fe2ce556c2737322ac66c8cc026aee471d2263743c4287f30'
'5b9342aa587e12bd03e8abd24e5d2d9c53cdddee949409045d20931b572d317de23c1eaea6efabe67683ca435bde428c0ab0706760eff0acf9b301f42abe38c4')
@@ -47,6 +48,9 @@ package() {
find app_settings skins -type f -execdir chmod 644 "{}" +
+ # find and remove broken symlinks
+ find -L . -type l -delete
+
# Install desktop file
install -D -m644 "${srcdir}"/firestorm.desktop \
"$pkgdir"/usr/share/applications/firestorm.desktop