From 3bbcfef5055c75e4df1ceacbe3fbdff70d00dcc5 Mon Sep 17 00:00:00 2001 From: Alex Tharp Date: Fri, 5 Jan 2024 18:21:20 -0500 Subject: [PATCH] chore(hifi-git/dependencies): switch from qxmpp-qt5 to qxmpp --- hifi-git/PKGBUILD | 4 ++-- hifi-git/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hifi-git/PKGBUILD b/hifi-git/PKGBUILD index bb40fdd..28acf78 100644 --- a/hifi-git/PKGBUILD +++ b/hifi-git/PKGBUILD @@ -2,7 +2,7 @@ pkgname=hifi-git pkgver=r50816.f4e57898c6 -pkgrel=2 +pkgrel=3 pkgdesc="High Fidelity is an open, decentralized virtual world using sensors to control avatars and dynamically assigned devices as servers. This provides the client, servers and dev tools. (git - master)" arch=('i686' 'x86_64') url="https://github.com/highfidelity/hifi" @@ -35,7 +35,7 @@ depends=("qt5-base>=$_qt5version" 'sdl2>=2.0.3' 'bullet>=2.82' 'libsoxr>=0.1.1' - 'qxmpp-qt5' + 'qxmpp' ) _githifi=hifi _gitgverb=gverb diff --git a/hifi-git/README.md b/hifi-git/README.md index 5e0a49a..e38e8f7 100644 --- a/hifi-git/README.md +++ b/hifi-git/README.md @@ -1,7 +1,7 @@ -hifi-git +hifi-interface-git ============ Open, decentralized virtual world using sensors to control avatars and dynamically assigned devices as servers. -Provides the [High Fidelity](https://highfidelity.io/) virtual world project (client and servers). +PKGBUILD to package the [High Fidelity](https://highfidelity.io/) virtual world client project. Builds from git (`master` branch)