summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author[object Object]2023-02-05 11:22:02 -0800
committer[object Object]2023-02-05 11:22:02 -0800
commit71cef010b26b753ef567b935d8c4317e44e728cc (patch)
tree6849eb53b7a4630fd1e0d12437a032af86af2b26
parent6509232097e4eb09a02e1f90e0101276b365226b (diff)
downloadaur-71cef010b26b753ef567b935d8c4317e44e728cc.tar.gz
fix sha512sum
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd726269677e..48362c00ec22 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,6 +17,6 @@ pkgbase = libquotient-encryption
provides = libquotient
conflicts = libquotient
source = libquotient-encryption.tar.gz::https://github.com/quotient-im/libQuotient/archive/refs/tags/0.7.1.tar.gz
- sha512sums = ccfadae2710359b36f35b95cc9cefaa3dd234aa5db13a7bace6ad579c3b3e8e1338d444c499fe65d1cb1df95cb37bc56e38952a274a7dbefc48b3abf0eb08ee0
+ sha512sums = 88819cafb49712d53c692008be69ea1fc01ca1ac6aedc15696eba2f830956660d185fb07273d50c7dc3e9208314ac24838746d5d9e70b3aad7fccbd15fd7c545
pkgname = libquotient-encryption
diff --git a/PKGBUILD b/PKGBUILD
index 67bf4cf7c5b6..046ea891c000 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ makedepends=("git" "cmake" "make" "gcc")
provides=("libquotient")
conflicts=("libquotient")
source=("${pkgname}.tar.gz::https://github.com/quotient-im/libQuotient/archive/refs/tags/0.7.1.tar.gz")
-sha512sums=("ccfadae2710359b36f35b95cc9cefaa3dd234aa5db13a7bace6ad579c3b3e8e1338d444c499fe65d1cb1df95cb37bc56e38952a274a7dbefc48b3abf0eb08ee0")
+sha512sums=("88819cafb49712d53c692008be69ea1fc01ca1ac6aedc15696eba2f830956660d185fb07273d50c7dc3e9208314ac24838746d5d9e70b3aad7fccbd15fd7c545")
prepare() {
mkdir -p "build"