summaryrefslogtreecommitdiff
path: root/python-courier-pythonfilter
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-10-30 14:50:05 +0100
committerErich Eckner <git@eckner.net>2019-10-30 14:50:05 +0100
commit5562a0fc64590c9e6c99730257f1cecbb7812c0f (patch)
treec7f902e5e3070d780bf79ca499009e38d9859f35 /python-courier-pythonfilter
parent26ed83cc1a48227a55320b6fd25e2007b002fee3 (diff)
downloadarchlinuxewe.git.save-5562a0fc64590c9e6c99730257f1cecbb7812c0f.tar.xz
python-courier-pythonfilter: do not remove egg-info
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"
}