aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2021-01-17 16:11:06 +0100
committerLeo <thinkabit.ukim@gmail.com>2021-01-17 17:52:11 +0000
commitfbecb24e95d47f588719668dcabd5db534e1d3f0 (patch)
treeb122fd0a8b2200a34167a9314635c1356f810fc4
parente5d850998a6e57e58b9e9d690dfbe0f697d1e8a4 (diff)
community/libquotient: upgrade to 0.6.4
-rw-r--r--community/libquotient/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/libquotient/APKBUILD b/community/libquotient/APKBUILD
index e31e81496f2..47cba874ec9 100644
--- a/community/libquotient/APKBUILD
+++ b/community/libquotient/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Leo <thinkabit.ukim@gmail.com>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=libquotient
-pkgver=0.6.3
+pkgver=0.6.4
pkgrel=0
pkgdesc="Qt5 library for cross-platform clients for Matrix"
url="https://github.com/quotient-im/libQuotient"
@@ -38,7 +38,7 @@ check() {
}
package() {
- DESTDIR="$pkgdir" cmake --build build --target install
+ DESTDIR="$pkgdir" cmake --install build
}
-sha512sums="a81d88b00edc2af8ad9a6a297f1d65ef5d96fb305f503b46f29381df1bb007b42e44b207fb649316c38c977a5b03c93f884407dccdc48ab066af6b004dd9a9d6 libQuotient-0.6.3.tar.gz"
+sha512sums="6f505a697b6bd123004faaaae4ea6788ed985dafd965c5768cc838be98d6b27f65d5fb04c02d41c6a9ca2ce622acbd49264a9a14a99a087126d2852a926184ce libQuotient-0.6.4.tar.gz"