summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Tharp2022-09-05 21:17:20 -0400
committerAlex Tharp2022-09-05 21:17:20 -0400
commitd6a8b2cbbfe48830321fbbb6eb28cd2a2ee6b82b (patch)
tree05ee977eb885454fba7e7d2af3cda3f6c589b9db
parent08c8b43caf7a71b4b0a6ef0b0a9dfb6e05a16e3f (diff)
downloadaur-d6a8b2cbbfe48830321fbbb6eb28cd2a2ee6b82b.tar.gz
chore(package): v6.6.4.67818-2; specify
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a86fbb965bf6..583b539de1d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = firestorm-git
pkgdesc = A third-party viewer for Second Life (TM) and OpenSim grids (git version)
pkgver = 6.6.4.67818
- pkgrel = 1
+ pkgrel = 2
url = https://www.firestormviewer.org
install = firestorm.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 80ca33a53a85..527b5138df1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alex Tharp <alex at toastercup dot io>
pkgname=firestorm-git
pkgver=6.6.4.67818
-pkgrel=1
+pkgrel=2
pkgdesc="A third-party viewer for Second Life (TM) and OpenSim grids (git version)"
arch=('x86_64')
url=https://www.firestormviewer.org
@@ -80,7 +80,7 @@ prepare() {
export CFLAGS="$CFLAGS -Wno-error"
# We need to specifically ask for OpenAL, otherwise we get nothing.
# No automated downloading of FMOD without a license!
- autobuild configure -A 64 -c ReleaseFS_open -- -DLL_TESTS:BOOL=FALSE -DOPENAL=on
+ autobuild configure -A 64 -c ReleaseFS_open -- -DLL_TESTS:BOOL=FALSE -DOPENAL=on --chan="AUR-git"
}
build() {