From 5562a0fc64590c9e6c99730257f1cecbb7812c0f Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 30 Oct 2019 14:50:05 +0100 Subject: python-courier-pythonfilter: do not remove egg-info --- python-courier-pythonfilter/PKGBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'python-courier-pythonfilter') 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" } -- cgit v1.2.3-54-g00ecf