summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolden Lewis2020-10-21 17:49:59 -0700
committerHolden Lewis2020-10-21 17:49:59 -0700
commit6995dc3c23ef674f75a1017594b72f9c14243131 (patch)
tree385c370751d6da7b65804249bb7e88d7ab961491
parent4e8c9836a4f4314764a4ad2c00db14d7d8ba8457 (diff)
downloadaur-6995dc3c23ef674f75a1017594b72f9c14243131.tar.gz
Update main package source URL after project migration
The Impostor project mvoed out from under AeonLucid's personal GitHub account and into its own Impostor GitHub org. The main project setup website has also been changed to a GitHub pages site.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91cc26a90574..1686c8866455 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = impostor-server
pkgdesc = Unofficial dedicated server for Among Us.
pkgver = 1.1.0
- pkgrel = 2
- url = https://aeonlucid.com/Impostor/
+ pkgrel = 3
+ url = https://impostor.github.io/Impostor/
arch = x86_64
license = GPL3
makedepends = git
@@ -11,7 +11,7 @@ pkgbase = impostor-server
depends = zlib
depends = krb5
options = !strip
- source = git+https://github.com/AeonLucid/Impostor.git#tag=v1.1.0
+ source = git+https://github.com/Impostor/Impostor.git#tag=v1.1.0
source = git+https://github.com/AeonLucid/Hazel-Networking.git
source = https://dot.net/v1/dotnet-install.sh
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 160f249d43b8..a4ecceafa9b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
pkgname=impostor-server
pkgver=1.1.0
-pkgrel=2
+pkgrel=3
pkgdesc='Unofficial dedicated server for Among Us.'
-url='https://aeonlucid.com/Impostor/'
+url='https://impostor.github.io/Impostor/'
arch=('x86_64')
license=('GPL3')
depends=('zlib' 'krb5')
makedepends=('git' 'dotnet-sdk' 'lttng-ust')
options=('!strip')
-source=("git+https://github.com/AeonLucid/Impostor.git#tag=v${pkgver}"
+source=("git+https://github.com/Impostor/Impostor.git#tag=v${pkgver}"
"git+https://github.com/AeonLucid/Hazel-Networking.git"
"https://dot.net/v1/dotnet-install.sh")
sha512sums=('SKIP'