summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCallum Parsey2023-06-26 16:14:09 +0930
committerCallum Parsey2023-06-26 16:14:09 +0930
commit95c48448e1afb9c7126d79c7f7251b5473d1dcff (patch)
tree2065b742f898336a8bb570d65954688e3f841c8a
parentf88d85097343a5c917236f20deb4e1e949a6fe6d (diff)
downloadaur-95c48448e1afb9c7126d79c7f7251b5473d1dcff.tar.gz
Release version 0.7.2-2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94c2208972cd..e098a214da7b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libquotient-encryption
pkgdesc = A Qt library to write cross-platform clients for Matrix (with experimental encryption support)
pkgver = 0.7.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/quotient-im/libQuotient
arch = x86_64
arch = aarch64
@@ -14,10 +14,10 @@ pkgbase = libquotient-encryption
depends = qt5-base
depends = qt5-multimedia
depends = qtkeychain-qt5
- provides = libquotient
- provides = libQuotient.so=0.7-64
- conflicts = libquotient
+ provides = libQuotientE2EE.so=0.7-64
source = https://github.com/quotient-im/libQuotient/archive/0.7.2/libquotient-encryption-0.7.2.tar.gz
+ source = namespace.patch
sha256sums = 62ff42c8fe321e582ce8943417c1d815ab3f373a26fa0d99a5926e713f6a9382
+ sha256sums = cfb01b1855ac31fdfa614b3802b0cfc9890b92b7a4dade71f5f94f775773a94e
pkgname = libquotient-encryption
diff --git a/PKGBUILD b/PKGBUILD
index 7a93f8f947ce..4b6d15ec8eaf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=libquotient-encryption
pkgver=0.7.2
-pkgrel=1
+pkgrel=2
pkgdesc="A Qt library to write cross-platform clients for Matrix (with experimental encryption support)"
arch=("x86_64" "aarch64")
url="https://github.com/quotient-im/libQuotient"