summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXenHat2023-03-27 22:38:31 -0400
committerXenHat2023-03-27 22:38:31 -0400
commit20f99a3e4665333b87ffd18c01638e9c0dd35a8f (patch)
tree02b28ba9eff3d1a1753eac079d706faddff0d917
parent5505549bbd7af61c65b98d4d9b53fc9e22a270c2 (diff)
downloadaur-20f99a3e4665333b87ffd18c01638e9c0dd35a8f.tar.gz
Commit package changes. Hopefully nothing breaks.
-rw-r--r--.SRCINFO4
-rwxr-xr-xPKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96a6111e7601..fa35d18a17bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = alchemy-next-viewer-git
pkgdesc = A Second Life client with focus on performance and code correctness. - Git Source build
pkgver = 6.10.50650.2fe9714b72
- pkgrel = 2
+ pkgrel = 3
url = https://www.alchemyviewer.org
install = alchemy.install
arch = x86_64
@@ -47,6 +47,6 @@ pkgbase = alchemy-next-viewer-git
source = alchemy-next-viewer-git::git+https://git.alchemyviewer.org/alchemy/alchemy-next.git#branch=main
source = compile.bash
sha256sums = SKIP
- sha256sums = 7bbe2e4f05163291937e02420dda210b7add59d689a7445c8c0c699b82570c22
+ sha256sums = fabb4942155677ec3dab6fa2e655b9c626ef8c67c279f422b16827ce733bc4ea
pkgname = alchemy-next-viewer-git
diff --git a/PKGBUILD b/PKGBUILD
index 21937c6419e0..8b681f95ee42 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# shellcheck disable=2034,3030,2154
pkgname=alchemy-next-viewer-git
pkgver=6.10.50650.2fe9714b72
-pkgrel=2
+pkgrel=3
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'
- 'd4f21cc608111ec413ae80e974a15e8343d100910f6575a6593abbda68e02351')
+ 'fabb4942155677ec3dab6fa2e655b9c626ef8c67c279f422b16827ce733bc4ea')
pkgver() {
cd "${pkgname}" || exit 1