* update libquotient to 0.9.1-1

This commit is contained in:
Alexander Baldeck 2024-12-17 17:50:28 +01:00
parent 5076fd8dad
commit 7ec358ecfd
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
pkgbase = libquotient
pkgdesc = A Qt library to write cross-platform clients for Matrix
pkgver = 0.9.0
pkgver = 0.9.1
pkgrel = 1
url = https://matrix.org/docs/projects/sdk/quotient
arch = x86_64
@ -17,7 +17,7 @@ pkgbase = libquotient
depends = openssl
depends = qt6-base
depends = qtkeychain-qt6
source = git+https://github.com/quotient-im/libQuotient#tag=0.9.0
sha256sums = bf146df936d7763d7c9dddefee4b3a4fc0298fb8f394cc0d11be21fca5d8584f
source = git+https://github.com/quotient-im/libQuotient#tag=0.9.1
sha256sums = 75357c58ad43d7e4f144d9f31d9741659a99ab0006f1042501661f4e8eabe307
pkgname = libquotient

View File

@ -4,7 +4,7 @@
# Contributor Sefa Eyeoglu <contact@scrumplex.net>
pkgname=libquotient
pkgver=0.9.0
pkgver=0.9.1
pkgrel=1
pkgdesc='A Qt library to write cross-platform clients for Matrix'
license=(LGPL-2.1-or-later)
@ -19,7 +19,7 @@ depends=(gcc-libs
makedepends=(cmake
git)
source=(git+https://github.com/quotient-im/libQuotient#tag=$pkgver)
sha256sums=('bf146df936d7763d7c9dddefee4b3a4fc0298fb8f394cc0d11be21fca5d8584f')
sha256sums=('75357c58ad43d7e4f144d9f31d9741659a99ab0006f1042501661f4e8eabe307')
build() {
cmake -B build -S libQuotient \