diff options
author | Erich Eckner <git@eckner.net> | 2019-02-06 14:49:27 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-02-06 14:49:27 +0100 |
commit | b7392cd2e743fd5b522213370f45799a908bc0af (patch) | |
tree | 2a41fe90963d76c303237ab9ee9518dfeb178233 /python2-courier-pythonfilter | |
parent | ff2b1845779576c6a113335eb4d115b727e0e782 (diff) | |
download | archlinuxewe-b7392cd2e743fd5b522213370f45799a908bc0af.tar.xz |
python2-courier-pythonfilter: backup=(...) new
Diffstat (limited to 'python2-courier-pythonfilter')
-rw-r--r-- | python2-courier-pythonfilter/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python2-courier-pythonfilter/PKGBUILD b/python2-courier-pythonfilter/PKGBUILD index 39c98f16d..43cc29e47 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}" |