summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a0e5b93494d..16199c3bf9c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = nheko-git
pkgdesc = Desktop client for the Matrix protocol
- pkgver = 0.11.3.r577.ge49a65e6
+ pkgver = 0.11.3.r704.g2245667f
pkgrel = 1
url = https://github.com/Nheko-Reborn/nheko
arch = i686
arch = x86_64
arch = aarch64
- license = GPL3
+ license = GPL-3.0-or-later
makedepends = git
makedepends = cmake
makedepends = gcc
@@ -27,7 +27,7 @@ pkgbase = nheko-git
depends = gst-plugins-base
depends = gst-plugins-good
depends = gst-plugins-bad
- depends = gst-plugin-qmlgl
+ depends = gst-plugin-qml6
depends = gst-plugin-pipewire
depends = libnice
depends = libolm
@@ -39,8 +39,8 @@ pkgbase = nheko-git
depends = kdsingleapplication
optdepends = kimageformats
optdepends = qt6-imageformats
- optdepends = qt-jdenticon
- provides = nheko=0.11.3.r577.ge49a65e6
+ optdepends = qt6-jdenticon
+ provides = nheko=0.11.3.r704.g2245667f
conflicts = nheko
source = nheko-git::git+https://github.com/Nheko-Reborn/nheko.git#branch=master
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 0924221004d2..59f1ba9ddba5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
# Maintainer: Joseph Donofry <joe at joedonofry dot com>
pkgname=nheko-git
-pkgver=0.11.3.r577.ge49a65e6
+pkgver=0.11.3.r704.g2245667f
pkgrel=1
pkgdesc="Desktop client for the Matrix protocol"
arch=("i686" "x86_64" "aarch64")
url="https://github.com/Nheko-Reborn/nheko"
-license=("GPL3")
+license=("GPL-3.0-or-later")
-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" )
+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-qml6" "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")
+optdepends=("kimageformats" "qt6-imageformats" "qt6-jdenticon")
provides=("nheko=${pkgver}")
conflicts=("nheko")