summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Andreyev2020-04-09 01:27:36 +0300
committerAlexey Andreyev2020-04-09 01:27:36 +0300
commit1fefba221d26631bb3ee39706735d9c036d0fa47 (patch)
tree4e4a070792770edad8bdc3285401a8b739ca21ae
parent4099d37e7c478d7c9a9a6b6e468eaf2cbc6b245c (diff)
downloadaur-1fefba221d26631bb3ee39706735d9c036d0fa47.tar.gz
Fix libquotient pkg name typo
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c3e1b0ad802..82bae6e29559 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,7 @@ 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
diff --git a/PKGBUILD b/PKGBUILD
index a0be438de923..3229f1661f5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ 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')