summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoseph Donofry2023-04-08 19:55:07 -0400
committerJoseph Donofry2023-04-08 19:55:07 -0400
commitd6f181e2e875eb3310863ec325bd931027e211fa (patch)
tree45cfff209e15d0e1fd51f8fe793b7ae25fccd512
parent6ee5522513d8ef3f2bb53d8fc09b93876f919a8a (diff)
downloadaur-d6f181e2e875eb3310863ec325bd931027e211fa.tar.gz
Add gstreamer pipewire plugin dep
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c022b54a7597..878938140bab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nheko-git
pkgdesc = Desktop client for the Matrix protocol
- pkgver = 0.10.2.r142.ged889c32
+ pkgver = 0.11.3.r154.gb0f3d39e
pkgrel = 1
url = https://github.com/Nheko-Reborn/nheko
arch = i686
@@ -30,6 +30,7 @@ pkgbase = nheko-git
depends = gst-plugins-good
depends = gst-plugins-bad
depends = gst-plugin-qmlgl
+ depends = gst-plugin-pipewire
depends = libnice
depends = libolm
depends = spdlog
@@ -40,7 +41,7 @@ pkgbase = nheko-git
optdepends = kimageformats
optdepends = qt5-imageformats
optdepends = qt-jdenticon
- provides = nheko=0.10.2.r142.ged889c32
+ provides = nheko=0.11.3.r154.gb0f3d39e
conflicts = nheko
source = nheko-git::git+https://github.com/Nheko-Reborn/nheko.git#branch=master
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 5558ccdc7970..0951c520bf32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Joseph Donofry <joe at joedonofry dot com>
pkgname=nheko-git
-pkgver=0.10.2.r142.ged889c32
+pkgver=0.11.3.r154.gb0f3d39e
pkgrel=1
pkgdesc="Desktop client for the Matrix protocol"
arch=("i686" "x86_64" "aarch64")
@@ -10,7 +10,7 @@ arch=("i686" "x86_64" "aarch64")
url="https://github.com/Nheko-Reborn/nheko"
license=("GPL3")
-depends=("qt5-base" "lmdb" "qt5-graphicaleffects" "qt5-multimedia" "qt5-svg" "qt5-quickcontrols2" "qt5-declarative" "qtkeychain-qt5" "cmark" "openssl" "hicolor-icon-theme" "gstreamer" "gst-plugins-base" "gst-plugins-good" "gst-plugins-bad" "gst-plugin-qmlgl" "libnice" "libolm" "spdlog" "curl" "libevent" "pkg-config" "re2")
+depends=("qt5-base" "lmdb" "qt5-graphicaleffects" "qt5-multimedia" "qt5-svg" "qt5-quickcontrols2" "qt5-declarative" "qtkeychain-qt5" "cmark" "openssl" "hicolor-icon-theme" "gstreamer" "gst-plugins-base" "gst-plugins-good" "gst-plugins-bad" "gst-plugin-qmlgl" "gst-plugin-pipewire" "libnice" "libolm" "spdlog" "curl" "libevent" "pkg-config" "re2")
makedepends=("git" "cmake" "gcc" "fontconfig" "qt5-tools" "nlohmann-json" "asciidoc")
optdepends=("kimageformats" "qt5-imageformats" "qt-jdenticon")
provides=("nheko=${pkgver}")