summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXenHat2024-06-24 00:53:56 -0400
committerXenHat2024-06-24 00:53:56 -0400
commitacf750b920fa96b6e4cfc9dcc9067c79008e87e0 (patch)
treefa8492e3145f94ad0d11059df08221194fcf3bae
parent0fe2eaa13c01265e10c05568ca10c5ce53de5918 (diff)
downloadaur-acf750b920fa96b6e4cfc9dcc9067c79008e87e0.tar.gz
update repo url
-rw-r--r--.SRCINFO5
-rwxr-xr-xPKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c469cc3d79c7..04e1b9fc6a2e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = alchemy-next-viewer-nosystemd-git
pkgdesc = A Second Life client with focus on performance and code correctness - Git build.
- pkgver = 7.1.3.55266.2a64c7b773
+ pkgver = 7.1.9.57091.d3b9714206
pkgrel = 1
url = https://www.alchemyviewer.org
install = alchemy.install
@@ -8,6 +8,7 @@ pkgbase = alchemy-next-viewer-nosystemd-git
license = LGPL
makedepends = gcc
makedepends = python-pip
+ makedepends = python-virtualenv
makedepends = git
depends = glu
depends = libgl
@@ -41,7 +42,7 @@ pkgbase = alchemy-next-viewer-nosystemd-git
options = !buildflags
options = !lto
options = !strip
- source = alchemy-next-viewer-nosystemd-git::git+https://git.alchemyviewer.org/alchemy/viewer.git#branch=main
+ source = alchemy-next-viewer-nosystemd-git::git+https://github.com/AlchemyViewer/Alchemy.git#branch=main
sha256sums = SKIP
pkgname = alchemy-next-viewer-nosystemd-git
diff --git a/PKGBUILD b/PKGBUILD
index 881ea74c624f..38af80b83914 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ install=alchemy.install
# template end;
# template start; name=deps; version=1.0;
depends=('glu' 'libgl' 'libiconv' 'libidn' 'libjpeg-turbo' 'libpng' 'libxml2' 'libxss' 'mesa' 'nss' 'openal' 'sdl2' 'vlc' 'zlib')
-makedepends=('gcc' 'python-pip' 'git')
+makedepends=('gcc' 'python-pip' 'python-virtualenv' 'git')
optdepends=(
'alsa-lib: ALSA support'
'freealut: OpenAL support'
@@ -31,11 +31,11 @@ optdepends=(
'xdg-desktop-portal: File picker portal')
# template end;
pkgname=alchemy-next-viewer-nosystemd-git
-pkgver=7.1.3.55266.2a64c7b773
+pkgver=7.1.9.57091.d3b9714206
pkgrel=1
provides=('alchemy-viewer')
# template start; name=source; version=1.0;
-source=("${pkgname}"::'git+https://git.alchemyviewer.org/alchemy/viewer.git#branch='"${AL_BRANCH_OVERRIDE:-main}")
+source=("${pkgname}"::'git+https://github.com/AlchemyViewer/Alchemy.git#branch='"${AL_BRANCH_OVERRIDE:-main}")
sha256sums=('SKIP')
# template end;
# Not included as a dependency as it is impossible to update the package otherwise