diff options
author | XenHat | 2024-06-24 00:51:48 -0400 |
---|---|---|
committer | XenHat | 2024-06-24 00:51:48 -0400 |
commit | 185e1ca4c70a80cc7698f88c7ed26026f4c945a9 (patch) | |
tree | d4c8d93f974953038e8a7ef079e13a86b00932c4 | |
parent | b597511ae0f09022904908e61cf38228285c3dbb (diff) | |
download | aur-185e1ca4c70a80cc7698f88c7ed26026f4c945a9.tar.gz |
update repo url
-rw-r--r-- | .SRCINFO | 4 | ||||
-rwxr-xr-x | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ pkgbase = alchemy-next-viewer-git pkgdesc = A Second Life client with focus on performance and code correctness - Git build. - pkgver = 7.1.4.55811.471ae26a78 + pkgver = 7.1.9.57091.d3b9714206 pkgrel = 1 url = https://www.alchemyviewer.org install = alchemy.install @@ -45,7 +45,7 @@ pkgbase = alchemy-next-viewer-git options = !buildflags options = !lto options = !strip - source = alchemy-next-viewer-git::git+https://git.alchemyviewer.org/alchemy/viewer.git#branch=main + source = alchemy-next-viewer-git::git+https://github.com/AlchemyViewer/Alchemy.git#branch=main sha256sums = SKIP pkgname = alchemy-next-viewer-git @@ -31,12 +31,12 @@ optdepends=( 'xdg-desktop-portal: File picker portal') # template end; pkgname=alchemy-next-viewer-git -pkgver=7.1.4.55811.471ae26a78 +pkgver=7.1.9.57091.d3b9714206 pkgrel=1 replaces=('alchemy-viewer-git') 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; depends+=('dbus-glib' 'systemd-libs') |