From b3a165b53c433b89315f9670cf728d4b1c474401 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Thu, 4 Oct 2018 09:04:36 -0300 Subject: [PATCH] imapfilter: update to 2.6.12. --- srcpkgs/imapfilter/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/imapfilter/template b/srcpkgs/imapfilter/template index c5f2cfdea8a..cc55881587a 100644 --- a/srcpkgs/imapfilter/template +++ b/srcpkgs/imapfilter/template @@ -1,7 +1,7 @@ # Template file for 'imapfilter' pkgname=imapfilter -version=2.6.11 -revision=3 +version=2.6.12 +revision=1 build_style=gnu-makefile make_build_args="DESTIDIR=${DESTDIR} PREFIX=/usr" hostmakedepends="lua-devel" @@ -11,7 +11,7 @@ maintainer="lemmi " license="MIT" homepage="https://github.com/lefcha/imapfilter" distfiles="https://github.com/lefcha/imapfilter/archive/v${version}.tar.gz" -checksum=baea9596ed251910b176a2bdcd46d78ab68f6aa4e066f70ca0d6153e32df54fb +checksum=764a68c737e555d7b164644a4c491fd66cffb93d6077d58f502b94e1a022a884 post_configure() { sed -i \ @@ -20,6 +20,7 @@ post_configure() { -e 's/$(CC)/$(CC) $(CFLAGS)/' \ src/Makefile } + post_install() { vsconf samples/config.lua vsconf samples/extend.lua