summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlphaJack2024-04-11 09:45:23 +0200
committerAlphaJack2024-04-11 09:45:23 +0200
commiteab16034ff2032b5a2bd04500a226f0b0ceecbf4 (patch)
treea4723fc590f4d53797d59b5e22b8020cee22a3c3
parent8d0005b3b698b8e465bcbd062c6b182b390853a9 (diff)
downloadaur-eab16034ff2032b5a2bd04500a226f0b0ceecbf4.tar.gz
Fixed typo in conflicts=()
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4fd55249df2..cddf838ef349 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = stalwart-mail-bin
pkgdesc = Secure & Modern All-in-One Mail Server (IMAP, JMAP, SMTP)
pkgver = 0.7.0
- pkgrel = 1
+ pkgrel = 2
url = https://stalw.art/
install = stalwart.install
arch = x86_64
@@ -14,6 +14,8 @@ pkgbase = stalwart-mail-bin
optdepends = redis: lookup storage backend
provides = stalwart
provides = stalwart-mail
+ conflicts = stalwart
+ conflicts = stalwart-mail
backup = etc/stalwart/config.toml
source = config.toml
source = stalwart.service
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"