summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoseph Donofry2023-11-23 22:30:49 -0500
committerJoseph Donofry2023-11-23 22:30:49 -0500
commitd14e0885d0a48a390d35568813d5bd8cc4b267be (patch)
treee54ba270a1722045c917dcad4ae2c4b1919c142c
parent5d45afb6e85b10a923db911eecc47b0503366f23 (diff)
downloadaur-d14e0885d0a48a390d35568813d5bd8cc4b267be.tar.gz
Add KDSingleApplication depends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ad7e31363d4..5a0e5b93494d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nheko-git
pkgdesc = Desktop client for the Matrix protocol
- pkgver = 0.11.3.r307.g8259891a
+ pkgver = 0.11.3.r577.ge49a65e6
pkgrel = 1
url = https://github.com/Nheko-Reborn/nheko
arch = i686
@@ -36,10 +36,11 @@ pkgbase = nheko-git
depends = libevent
depends = pkg-config
depends = re2
+ depends = kdsingleapplication
optdepends = kimageformats
optdepends = qt6-imageformats
optdepends = qt-jdenticon
- provides = nheko=0.11.3.r307.g8259891a
+ provides = nheko=0.11.3.r577.ge49a65e6
conflicts = nheko
source = nheko-git::git+https://github.com/Nheko-Reborn/nheko.git#branch=master
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index e5dc87bd764c..0924221004d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Joseph Donofry <joe at joedonofry dot com>
pkgname=nheko-git
-pkgver=0.11.3.r307.g8259891a
+pkgver=0.11.3.r577.ge49a65e6
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=("qt6-base" "lmdb" "qt6-multimedia" "qt6-svg" "qt6-declarative" "qtkeychain-qt6" "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")
+depends=("qt6-base" "lmdb" "qt6-multimedia" "qt6-svg" "qt6-declarative" "qtkeychain-qt6" "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" "kdsingleapplication" )
makedepends=("git" "cmake" "gcc" "fontconfig" "qt6-tools" "nlohmann-json" "asciidoc")
optdepends=("kimageformats" "qt6-imageformats" "qt-jdenticon")
provides=("nheko=${pkgver}")