Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / libquotient
Commits: 8d311420 by Antonio Rojas at 2025-01-03T23:18:43+01:00 upgpkg: 0.9.2-1: Update to 0.9.2 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,8 +1,8 @@ pkgbase = libquotient pkgdesc = A Qt library to write cross-platform clients for Matrix - pkgver = 0.9.1 + pkgver = 0.9.2 pkgrel = 1 - url = https://matrix.org/docs/projects/sdk/quotient + url = https://quotient-im.github.io/libQuotient/ arch = x86_64 license = LGPL-2.1-or-later makedepends = cmake @@ -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.1 - sha256sums = 75357c58ad43d7e4f144d9f31d9741659a99ab0006f1042501661f4e8eabe307 + source = git+https://github.com/quotient-im/libQuotient#tag=0.9.2 + sha256sums = b103fefbaec809c8003f5e9577171a5d44d7744dd562ecf7870fa29d6ea56550 pkgname = libquotient ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ # Contributor Sefa Eyeoglu <cont...@scrumplex.net> pkgname=libquotient -pkgver=0.9.1 +pkgver=0.9.2 pkgrel=1 pkgdesc='A Qt library to write cross-platform clients for Matrix' license=(LGPL-2.1-or-later) @@ -18,15 +18,13 @@ depends=(gcc-libs makedepends=(cmake git) source=(git+https://github.com/quotient-im/libQuotient#tag=$pkgver) -sha256sums=('75357c58ad43d7e4f144d9f31d9741659a99ab0006f1042501661f4e8eabe307') +sha256sums=('b103fefbaec809c8003f5e9577171a5d44d7744dd562ecf7870fa29d6ea56550') build() { cmake -B build -S libQuotient \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=None \ - -DBUILD_SHARED_LIBS=ON \ - -DBUILD_WITH_QT6=ON \ - -DQuotient_ENABLE_E2EE=ON + -DBUILD_SHARED_LIBS=ON cmake --build build } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libquotient/-/commit/8d311420326c076a0454f1b296fe07e3efae2a7e -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libquotient/-/commit/8d311420326c076a0454f1b296fe07e3efae2a7e You're receiving this email because of your account on gitlab.archlinux.org.