summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjazztickets2022-09-29 21:50:34 -0600
committerjazztickets2022-09-29 21:50:34 -0600
commite9cc8c22933201a935aae423d00f12fe6dae90c6 (patch)
treec725a26bd0899207971e7b3076ecceab34470172
parent762415db6d9f60aacc9597bf4e04922abc27616b (diff)
downloadaur-e9cc8c22933201a935aae423d00f12fe6dae90c6.tar.gz
update source url
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7f1cb810ec9..18e4f08069e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = choria-git
pkgdesc = Finally, an MMORPG that's all about grinding and doing chores
- pkgver = d64051a2
+ pkgver = 24d67bd6
pkgrel = 1
- url = https://github.com/jazztickets/choria
+ url = https://choria.gitlab.io
arch = i686
arch = x86_64
license = GPL3
@@ -15,14 +15,12 @@ pkgbase = choria-git
depends = libogg
depends = freetype2
depends = lua
- depends = glm
depends = sqlite
depends = jsoncpp
depends = tinyxml2
depends = zlib
conflicts = choria
- source = choria-git::git+https://github.com/jazztickets/choria#branch=new
+ source = choria-git::git+https://gitlab.com/choria/code.git#branch=new
sha256sums = SKIP
pkgname = choria-git
-
diff --git a/PKGBUILD b/PKGBUILD
index d651f5117ee2..41fca77f2fdf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: jazztickets <jazztickets at gmail dot com>
pkgname=choria-git
-pkgver=d64051a2
+pkgver=24d67bd6
pkgrel=1
pkgdesc="Finally, an MMORPG that's all about grinding and doing chores"
arch=('i686' 'x86_64')
-url="https://github.com/jazztickets/choria"
+url="https://choria.gitlab.io"
license=('GPL3')
-depends=('gcc-libs' 'sdl2' 'sdl2_image' 'openal' 'libvorbis' 'libogg' 'freetype2' 'lua' 'glm' 'sqlite' 'jsoncpp' 'tinyxml2' 'zlib')
+depends=('gcc-libs' 'sdl2' 'sdl2_image' 'openal' 'libvorbis' 'libogg' 'freetype2' 'lua' 'sqlite' 'jsoncpp' 'tinyxml2' 'zlib')
conflicts=('choria')
makedepends=('cmake')
-source=("${pkgname}::git+https://github.com/jazztickets/choria#branch=new")
+source=("${pkgname}::git+https://gitlab.com/choria/code.git#branch=new")
sha256sums=('SKIP')
pkgver() {