summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXenHat2023-03-21 18:49:03 -0400
committerXenHat2023-03-21 18:49:03 -0400
commit1d02f77d4c1774a0508be3f797468e1c3e58946e (patch)
tree2fad12f839f4127136f5b3734cbeba656d3dc0be /PKGBUILD
parent350a3e1ee418cf09e0e8d992e8cfef143a65cff6 (diff)
downloadaur-1d02f77d4c1774a0508be3f797468e1c3e58946e.tar.gz
chore: LTO is broken (sic)
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b0fc03db3e48..5bd13820ad5f 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# shellcheck disable=2034,3030,2154
pkgname=alchemy-next-viewer-git
pkgver=6.10.50645.fc66e8157b
-pkgrel=1
+pkgrel=2
pkgdesc="A Second Life client with focus on performance and code correctness. - Git Source build"
arch=('x86_64')
url=https://www.alchemyviewer.org
@@ -31,7 +31,7 @@ install=alchemy.install
source=("${pkgname}"::'git+https://git.alchemyviewer.org/alchemy/alchemy-next.git#branch='"${AL_BRANCH_OVERRIDE:-main}"
'compile.bash')
sha256sums=('SKIP'
- '49def0cfca9afb8c20712d74a38b9b95fc9526317be63ae3d08cee1f2835c564')
+ '3a259090109826d656a89af2c627856884732008072017f63912a5efe6f69c9b')
pkgver() {
cd "${pkgname}" || exit 1