summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRelwi2022-08-05 14:56:07 +0200
committerRelwi2022-08-05 14:56:07 +0200
commitdc3aaf5542198a2b994f1122a73ee7027f83e41f (patch)
tree163afba47e321f071feeee8c57cc234f64f28563
parentdaf3a12f05ce95f9d4591272e397b68f07813e94 (diff)
downloadaur-dc3aaf5542198a2b994f1122a73ee7027f83e41f.tar.gz
Update app version and dependencies
It was missing the qt5-websockets and qt5-multimedia packages as dependency. Thanks to FabioLolix and Xabre.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e8ad9d53d35..824a89e3e561 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fast-discord-git
pkgdesc = A new Discord client made in C++ and Qt
- pkgver = r212.f8d97ba
+ pkgver = r213.17e593e
pkgrel = 1
url = https://github.com/EnyoYoen/Fast-Discord
arch = any
@@ -11,6 +11,8 @@ pkgbase = fast-discord-git
depends = qt5-base
depends = opus
depends = libsodium
+ depends = qt5-websockets
+ depends = qt5-multimedia
source = fast-discord-git::git+https://github.com/EnyoYoen/Fast-Discord
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 719fca9c5678..b93d4e2951f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Relwi <theofficialdork@hotmail.com>
pkgname=fast-discord-git
-pkgver=r212.f8d97ba
+pkgver=r213.17e593e
pkgrel=1
pkgdesc='A new Discord client made in C++ and Qt'
url='https://github.com/EnyoYoen/Fast-Discord'
@@ -8,7 +8,7 @@ source=("${pkgname}::git+https://github.com/EnyoYoen/Fast-Discord")
arch=('any')
license=('MIT')
makedepends=('cmake')
-depends=('git' 'pacman' 'qt5-base' 'opus' 'libsodium')
+depends=('git' 'pacman' 'qt5-base' 'opus' 'libsodium' 'qt5-websockets' 'qt5-multimedia')
md5sums=('SKIP')
pkgver() {