summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlphaJack2024-04-11 09:45:23 +0200
committerAlphaJack2024-04-11 09:45:23 +0200
commiteab16034ff2032b5a2bd04500a226f0b0ceecbf4 (patch)
treea4723fc590f4d53797d59b5e22b8020cee22a3c3 /PKGBUILD
parent8d0005b3b698b8e465bcbd062c6b182b390853a9 (diff)
downloadaur-stalwart-mail-bin.tar.gz
Fixed typo in conflicts=()
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 298d1957febc..1bb78c56e92b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname="stalwart-mail-bin"
pkgver=0.7.0
-pkgrel=1
+pkgrel=2
pkgdesc="Secure & Modern All-in-One Mail Server (IMAP, JMAP, SMTP)"
arch=("x86_64" "aarch64")
url="https://stalw.art/"
license=("AGPL-3.0")
provides=("stalwart" "stalwart-mail")
-conflict=("stalwart" "stalwart-mail")
+conflicts=("stalwart" "stalwart-mail")
optdepends=("stalwart-cli: command line interface"
"postgresql: storage backend"
"sqlite: storage backend"