Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
libquotient
Commits:
405d324f by Antonio Rojas at 2026-02-15T23:46:38+01:00
upgpkg: 0.9.6-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,19 +1,19 @@
pkgbase = libquotient
pkgdesc = A Qt library to write cross-platform clients for Matrix
- pkgver = 0.9.5
+ pkgver = 0.9.6
pkgrel = 1
url = https://quotient-im.github.io/libQuotient/
arch = x86_64
license = LGPL-2.1-or-later
makedepends = cmake
makedepends = git
- depends = gcc-libs
depends = glibc
depends = libolm
+ depends = libstdc++
depends = openssl
depends = qt6-base
depends = qtkeychain-qt6
- source = git+https://github.com/quotient-im/libQuotient#tag=0.9.5
- sha256sums =
cf0c435c75f2fe4cbd78d722060de0ad3b0d9358c0840a4be87f82169abefad9
+ source = git+https://github.com/quotient-im/libQuotient#tag=0.9.6
+ sha256sums =
e5de6616e992c0be541c2510faf4a8c824f5b6f7b7e4c4342162dc957c93425d
pkgname = libquotient
=====================================
PKGBUILD
=====================================
@@ -3,22 +3,22 @@
# Contributor Sefa Eyeoglu <[email protected]>
pkgname=libquotient
-pkgver=0.9.5
+pkgver=0.9.6
pkgrel=1
pkgdesc='A Qt library to write cross-platform clients for Matrix'
license=(LGPL-2.1-or-later)
arch=(x86_64)
url='https://quotient-im.github.io/libQuotient/'
-depends=(gcc-libs
- glibc
+depends=(glibc
libolm
+ libstdc++
openssl
qt6-base
qtkeychain-qt6)
makedepends=(cmake
git)
source=(git+https://github.com/quotient-im/libQuotient#tag=$pkgver)
-sha256sums=('cf0c435c75f2fe4cbd78d722060de0ad3b0d9358c0840a4be87f82169abefad9')
+sha256sums=('e5de6616e992c0be541c2510faf4a8c824f5b6f7b7e4c4342162dc957c93425d')
build() {
cmake -B build -S libQuotient \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libquotient/-/commit/405d324f41faf0adb7f10d5989dc861dcb3d00ec
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libquotient/-/commit/405d324f41faf0adb7f10d5989dc861dcb3d00ec
You're receiving this email because of your account on gitlab.archlinux.org.