summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNeil Romig2021-08-29 07:54:16 +0100
committerNeil Romig2021-08-29 07:54:16 +0100
commit1f68475aa847ef16bbe61d39f393fcc3136382ca (patch)
tree033f443de0cbf27c13fbe3a431fcc79f471dcc67 /PKGBUILD
parent21b3b7471887265bfbf490ab8551a8c5e7b2ea44 (diff)
downloadaur-1f68475aa847ef16bbe61d39f393fcc3136382ca.tar.gz
added post install process
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 67ca13bc583d..d0a808be2ace 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=courier-pythonfilter
pkgver=3.0.3
-pkgrel=2
+pkgrel=3
pkgdesc="pythonfilter is a collection of useful filters for the Courier MTA, and a framework for developing new filters in Python."
arch=(any)
url="https://pypi.org/project/courier-pythonfilter"
@@ -15,8 +15,11 @@ conflicts=()
replaces=()
backup=('etc/pythonfilter.conf' 'etc/pythonfilter-modules.conf')
options=()
-source=(https://bitbucket.org/gordonmessmer/courier-pythonfilter/get/fdf2f466e757.zip)
-sha1sums=('c885c66ce0e5876873da6575419d116ca1d7bdda')
+install=courier-pythonfilter.install
+source=(https://bitbucket.org/gordonmessmer/courier-pythonfilter/get/fdf2f466e757.zip
+ courier-pythonfilter.install)
+sha1sums=('c885c66ce0e5876873da6575419d116ca1d7bdda'
+ '678bd5e4a3da90e267d359cbe04572cf976c6a07')
package() {
cd "$srcdir/gordonmessmer-courier-pythonfilter-fdf2f466e757"