Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
libquotient
Commits:
c5546e55 by Antonio Rojas at 2025-09-20T15:21:30+02:00
upgpkg: 0.9.5-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = libquotient
pkgdesc = A Qt library to write cross-platform clients for Matrix
- pkgver = 0.9.4
+ pkgver = 0.9.5
pkgrel = 1
url = https://quotient-im.github.io/libQuotient/
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = libquotient
depends = openssl
depends = qt6-base
depends = qtkeychain-qt6
- source = git+https://github.com/quotient-im/libQuotient#tag=0.9.4
- sha256sums =
b2ccbcc6b2441e2aca7f9307ed6484d7aa9a55adae6bbe046019ca1f24e6521f
+ source = git+https://github.com/quotient-im/libQuotient#tag=0.9.5
+ sha256sums =
cf0c435c75f2fe4cbd78d722060de0ad3b0d9358c0840a4be87f82169abefad9
pkgname = libquotient
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor Sefa Eyeoglu <[email protected]>
pkgname=libquotient
-pkgver=0.9.4
+pkgver=0.9.5
pkgrel=1
pkgdesc='A Qt library to write cross-platform clients for Matrix'
license=(LGPL-2.1-or-later)
@@ -18,7 +18,7 @@ depends=(gcc-libs
makedepends=(cmake
git)
source=(git+https://github.com/quotient-im/libQuotient#tag=$pkgver)
-sha256sums=('b2ccbcc6b2441e2aca7f9307ed6484d7aa9a55adae6bbe046019ca1f24e6521f')
+sha256sums=('cf0c435c75f2fe4cbd78d722060de0ad3b0d9358c0840a4be87f82169abefad9')
build() {
cmake -B build -S libQuotient \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libquotient/-/commit/c5546e55fb63b5073036ce67ba3a0fa7837e8bc9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libquotient/-/commit/c5546e55fb63b5073036ce67ba3a0fa7837e8bc9
You're receiving this email because of your account on gitlab.archlinux.org.