upgpkg: 0.11.3-11: rebuild for libspdlog 1.14 soname bump

This commit is contained in:
Leonidas Spyropoulos 2024-04-26 09:17:47 +01:00
parent 50c4aa85dd
commit 56b476cf7b
No known key found for this signature in database
GPG key ID: 244740D17C7FD0EC
2 changed files with 5 additions and 4 deletions

View file

@ -1,13 +1,12 @@
pkgbase = nheko
pkgdesc = Desktop client for the Matrix protocol
pkgver = 0.11.3
pkgrel = 10
pkgrel = 11
url = https://nheko.im/nheko-reborn/nheko
arch = x86_64
license = GPL-3.0-or-later
makedepends = cmake
makedepends = ninja
makedepends = boost
makedepends = qt5-tools
makedepends = fontconfig
makedepends = nlohmann-json
@ -29,6 +28,7 @@ pkgbase = nheko
depends = gst-plugins-bad-libs
depends = org.freedesktop.secrets
optdepends = qt-jdenticon: Auto-generated profile pictures (identicons)
optdepends = kimageformats: Extends the formats nheko supports for image attachments
optdepends = gst-plugins-base-libs: VoIP/Video calls
optdepends = gst-plugins-good: VoIP/Video calls
optdepends = gst-plugins-bad: VoIP/Video calls

View file

@ -5,7 +5,7 @@
pkgname=nheko
pkgver=0.11.3
pkgrel=10
pkgrel=11
pkgdesc="Desktop client for the Matrix protocol"
arch=('x86_64')
url="https://nheko.im/nheko-reborn/nheko"
@ -14,13 +14,14 @@ depends=(qt5-svg qt5-quickcontrols2 qt5-graphicaleffects qt5-multimedia qtkeycha
qt5-imageformats coeurl mtxclient lmdb cmark libolm hicolor-icon-theme \
gst-plugins-bad-libs 'org.freedesktop.secrets')
optdepends=('qt-jdenticon: Auto-generated profile pictures (identicons)'
'kimageformats: Extends the formats nheko supports for image attachments'
'gst-plugins-base-libs: VoIP/Video calls'
'gst-plugins-good: VoIP/Video calls'
'gst-plugins-bad: VoIP/Video calls'
'libnice: VoIP/Video calls'
'gst-libav: Video messages'
'gst-plugin-qmlgl: Video calls and Screen sharing')
makedepends=(cmake ninja boost qt5-tools fontconfig nlohmann-json asciidoc lmdbxx spdlog)
makedepends=(cmake ninja qt5-tools fontconfig nlohmann-json asciidoc lmdbxx spdlog)
source=("$pkgname-$pkgver.tar.gz::https://nheko.im/nheko-reborn/${pkgname}/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz"
"$pkgname-$pkgver-fix-for-fmt-10.patch"
"$pkgname-$pkgver-fix-for-fmt-10.1.patch::https://nheko.im/nheko-reborn/nheko/-/commit/871e403f6799df48cfbbe08eba56d473a0c34216.patch")