summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMorgenstern2021-03-17 10:57:30 +1300
committerMorgenstern2021-03-17 10:58:24 +1300
commitcc7f16190928028a57627d1887324130e2bbb55f (patch)
tree8d7f2963c68c305b033abd149486957aa214163f /PKGBUILD
parent61165a37fe4c6a365986476622fc68a76642010a (diff)
downloadaur-cc7f16190928028a57627d1887324130e2bbb55f.tar.gz
Use provides and conflicts instead of replaces
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cd1933e86651..638f314c6c66 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=python-spf-engine
_pkgname=spf-engine
pkgver=2.9.2
_pkgver=2.9
-pkgrel=1
+pkgrel=2
pkgdesc="SPF (Sender Policy Framework) back-end for integration with Postfix and Sendmail"
arch=('any')
url="https://launchpad.net/${_pkgname}"
@@ -16,8 +16,10 @@ depends=('python-authres'
'python-setuptools')
optdepends=('postfix: Postfix integration'
'sendmail: Sendmail integration')
-conflicts=('python2-postfix-policyd-spf' 'python-postfix-policyd-spf')
-replaces=('spf-engine')
+provides=('spf-engine')
+conflicts=('python-postfix-policyd-spf'
+ 'python2-postfix-policyd-spf'
+ 'spf-engine')
backup=(etc/python-policyd-spf/policyd-spf.conf
etc/pyspf-milter/pyspf-milter.conf)
source=(https://launchpad.net/$_pkgname/$_pkgver/$pkgver/+download/$_pkgname-$pkgver.tar.gz{,.asc}