summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Andreyev2020-04-09 01:34:08 +0300
committerAlexey Andreyev2020-04-09 01:34:08 +0300
commit1d0d83cb6e0f562ce42ae57d8e8ce005b080f6dd (patch)
treed374947ea6ff68f0b2ce237c36ecb81d6b95d6e8
parent1fefba221d26631bb3ee39706735d9c036d0fa47 (diff)
downloadaur-1d0d83cb6e0f562ce42ae57d8e8ce005b080f6dd.tar.gz
Update sha512sum libquotient version
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82bae6e29559..13851c2d8797 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,11 +11,11 @@ pkgbase = quaternion
depends = qt5-multimedia
depends = qt5-quickcontrols
depends = qt5-quickcontrols2
- depends = libquotient>=0.5.3.2
+ depends = libquotient>=0.5.3-2
provides = quaternion
conflicts = quaternion-git
source = https://github.com/quotient-im/Quaternion/archive/0.0.9.4e.tar.gz
- sha256sums = e489f331b49f18e0554b60070e61b7c9
+ sha512sums = 5478892b7dce96a60f1429ee6dff9dd0b4fbb89bf45ecc2e499ee90f615af4de12d1de0002804420a85a21a6ba533e4799c94d2411067cb7d7aacca183d9d981
pkgname = quaternion
diff --git a/PKGBUILD b/PKGBUILD
index 3229f1661f5f..48c9f3cc1463 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,12 +11,12 @@ pkgdesc='Qt5-based IM client for the Matrix protocol'
url='https://matrix.org/docs/projects/client/quaternion.html'
arch=('i686' 'x86_64')
license=('GPL3')
-depends=('qt5-tools' 'qt5-multimedia' 'qt5-quickcontrols' 'qt5-quickcontrols2' 'libquotient>=0.5.3.2')
+depends=('qt5-tools' 'qt5-multimedia' 'qt5-quickcontrols' 'qt5-quickcontrols2' 'libquotient>=0.5.3-2')
makedepends=('cmake')
provides=('quaternion')
conflicts=('quaternion-git')
source=("https://github.com/quotient-im/Quaternion/archive/$pkgver.tar.gz")
-sha256sums=('e489f331b49f18e0554b60070e61b7c9')
+sha512sums=('5478892b7dce96a60f1429ee6dff9dd0b4fbb89bf45ecc2e499ee90f615af4de12d1de0002804420a85a21a6ba533e4799c94d2411067cb7d7aacca183d9d981')
build() {
cd ${_appname}-${pkgver}