summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-02-06 14:49:27 +0100
committerErich Eckner <git@eckner.net>2019-02-06 14:49:27 +0100
commitb7392cd2e743fd5b522213370f45799a908bc0af (patch)
tree2a41fe90963d76c303237ab9ee9518dfeb178233
parentff2b1845779576c6a113335eb4d115b727e0e782 (diff)
downloadarchlinuxewe.git.save-b7392cd2e743fd5b522213370f45799a908bc0af.tar.xz
python2-courier-pythonfilter: backup=(...) new
-rw-r--r--python2-courier-pythonfilter/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/python2-courier-pythonfilter/PKGBUILD b/python2-courier-pythonfilter/PKGBUILD
index 39c98f16..43cc29e4 100644
--- a/python2-courier-pythonfilter/PKGBUILD
+++ b/python2-courier-pythonfilter/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python2-courier-pythonfilter
_pkgname='courier-pythonfilter'
pkgver=1.11
-pkgrel=1
+pkgrel=2
pkgdesc='collection of useful filters for the Courier MTA, and a framework for developing new filters in Python'
arch=('any')
url='http://www.dragonsdawn.net/~gordon/courier-pythonfilter/'
@@ -16,6 +16,7 @@ makedepends=(
'python2-setuptools')
source=("http://www.dragonsdawn.net/~gordon/courier-pythonfilter/${_pkgname}-${pkgver}.tar.gz")
sha512sums=('75ffff7d9692861c535ee18d1d25954c79e81275641172ad706caf0c65dc715ffd4a1c021b0e26fc992fffdf6c2842ed8fc688eff82ec42591b35af834c0ace4')
+backup=('etc/pythonfilter-modules.conf' 'etc/pythonfilter.conf')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"