summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgarionion2020-10-29 16:47:22 +0100
committergarionion2020-10-29 16:47:22 +0100
commit25d3ac4753dae1b924076c8de21cbf934d5bb34f (patch)
tree6d68f2217c32c7962fb79a59b931c38faeaa10d8 /PKGBUILD
parent5efb58dfe9edfae97eaaf795a0cff476a2ee6efe (diff)
downloadaur-25d3ac4753dae1b924076c8de21cbf934d5bb34f.tar.gz
fix typo
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 288b69bd032b..a44bfa13c628 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=fluffychat
_gitname=${pkgname}-flutter
pkgver=0.21.1
-pkgrel=4
+pkgrel=5
pkgdesc="Chat with your friends"
arch=('any')
url="https://fluffychat.im/"
@@ -12,7 +12,7 @@ makedepends=('clang'
'ninja'
'flutter'
'cmake')
-optdepends=('pantlaimon: used for E2E encryption')
+optdepends=('pantalaimon: used for E2E encryption')
provides=("$pkgname")
conflicts=("$pkgname")
source=("fluffychat-flutter-v0.21.1.tar.gz::https://gitlab.com/ChristianPauly/fluffychat-flutter/-/archive/v0.21.1/fluffychat-flutter-v0.21.1.tar.gz")