summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjazztickets2023-09-04 18:44:22 -0600
committerjazztickets2023-09-04 18:44:22 -0600
commit6c9c26a50095a0e1b2885a3e383018f3625a3db5 (patch)
treecf3d5f0d38f7401818b8e41236579a3ca3bb0577
parente9cc8c22933201a935aae423d00f12fe6dae90c6 (diff)
downloadaur-choria-git.tar.gz
update branch
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18e4f08069e6..b0ec23e280ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = choria-git
pkgdesc = Finally, an MMORPG that's all about grinding and doing chores
- pkgver = 24d67bd6
+ pkgver = e55de87f
pkgrel = 1
url = https://choria.gitlab.io
arch = i686
@@ -14,13 +14,10 @@ pkgbase = choria-git
depends = libvorbis
depends = libogg
depends = freetype2
- depends = lua
depends = sqlite
- depends = jsoncpp
- depends = tinyxml2
depends = zlib
conflicts = choria
- source = choria-git::git+https://gitlab.com/choria/code.git#branch=new
+ source = choria-git::git+https://gitlab.com/choria/code.git#branch=dev
sha256sums = SKIP
pkgname = choria-git
diff --git a/PKGBUILD b/PKGBUILD
index 41fca77f2fdf..cf218950a0e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: jazztickets <jazztickets at gmail dot com>
pkgname=choria-git
-pkgver=24d67bd6
+pkgver=e55de87f
pkgrel=1
pkgdesc="Finally, an MMORPG that's all about grinding and doing chores"
arch=('i686' 'x86_64')
url="https://choria.gitlab.io"
license=('GPL3')
-depends=('gcc-libs' 'sdl2' 'sdl2_image' 'openal' 'libvorbis' 'libogg' 'freetype2' 'lua' 'sqlite' 'jsoncpp' 'tinyxml2' 'zlib')
+depends=('gcc-libs' 'sdl2' 'sdl2_image' 'openal' 'libvorbis' 'libogg' 'freetype2' 'sqlite' 'zlib')
conflicts=('choria')
makedepends=('cmake')
-source=("${pkgname}::git+https://gitlab.com/choria/code.git#branch=new")
+source=("${pkgname}::git+https://gitlab.com/choria/code.git#branch=dev")
sha256sums=('SKIP')
pkgver() {