summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgarionion2020-10-29 16:47:22 +0100
committergarionion2020-10-29 16:47:22 +0100
commit25d3ac4753dae1b924076c8de21cbf934d5bb34f (patch)
tree6d68f2217c32c7962fb79a59b931c38faeaa10d8
parent5efb58dfe9edfae97eaaf795a0cff476a2ee6efe (diff)
downloadaur-25d3ac4753dae1b924076c8de21cbf934d5bb34f.tar.gz
fix typo
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cabd9046dedc..662a71ccf088 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fluffychat
pkgdesc = Chat with your friends
pkgver = 0.21.1
- pkgrel = 4
+ pkgrel = 5
url = https://fluffychat.im/
arch = any
license = AGPL3
@@ -9,7 +9,7 @@ pkgbase = fluffychat
makedepends = ninja
makedepends = flutter
makedepends = cmake
- optdepends = pantlaimon: used for E2E encryption
+ optdepends = pantalaimon: used for E2E encryption
provides = fluffychat
conflicts = fluffychat
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
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")