summaryrefslogtreecommitdiff
path: root/python-courier-pythonfilter
diff options
context:
space:
mode:
Diffstat (limited to 'python-courier-pythonfilter')
-rw-r--r--python-courier-pythonfilter/PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/python-courier-pythonfilter/PKGBUILD b/python-courier-pythonfilter/PKGBUILD
index 96fbbdcb..48869f19 100644
--- a/python-courier-pythonfilter/PKGBUILD
+++ b/python-courier-pythonfilter/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-courier-pythonfilter
_pkgname="${pkgname#*-}"
pkgver=3.0.1
-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='https://bitbucket.org/gordonmessmer/courier-pythonfilter'
@@ -33,6 +33,5 @@ package() {
depends+=('courier-mta')
cd "${srcdir}/gordonmessmer-${_pkgname}-"*
python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
- rm "${pkgdir}/usr/lib/python3"*"/site-packages/${_pkgname//-/_}-${pkgver}-py3"*".egg-info"
}