update pkgbuild

This commit is contained in:
LordMZTE 2024-03-03 12:34:36 +01:00
parent c728aaf36d
commit 37050a8239
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6
2 changed files with 10 additions and 12 deletions

View file

@ -1,12 +1,12 @@
pkgbase = nheko-git
pkgdesc = Desktop client for the Matrix protocol
pkgver = 0.10.2.r98.gac48c332
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
@ -36,12 +36,12 @@ pkgbase = nheko-git
depends = libevent
depends = pkg-config
depends = re2
depends = kdsingleapplication
optdepends = kimageformats
optdepends = qt6-imageformats
optdepends = qt-jdenticon
provides = nheko=0.10.2.r98.gac48c332
optdepends = qt6-jdenticon
provides = nheko=0.11.3.r704.g2245667f
conflicts = nheko
options = lto
source = nheko-git::git+https://github.com/Nheko-Reborn/nheko.git#branch=master
md5sums = SKIP

View file

@ -2,25 +2,23 @@
# Maintainer: Joseph Donofry <joe at joedonofry dot com>
pkgname=nheko-git
pkgver=0.10.2.r98.gac48c332
pkgver=0.11.3.r722.g56b612c5
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")
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")
source=($pkgname::git+https://github.com/Nheko-Reborn/nheko.git#branch=master)
md5sums=("SKIP")
options=(lto)
prepare() {
cd "$pkgname"
}