summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 97c3be2cfbd1..30b14c9317a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Erwin
pkgname=nxfilter
pkgver=4.1.5
-pkgrel=3
+pkgrel=4
pkgdesc="NxFilter DNS filter"
arch=('i686' 'x86_64')
url=http://nxfilter.org/p3/
@@ -25,6 +25,9 @@ package() {
# Provides the program itself
cp -dr --no-preserve=ownership "$srcdir/nxfilter/nxfilter" "$pkgdir"
+ # remove zip file
+ find $srcdir -name "nxfilter.zip" -type f -exec rm "{}" \;
+
}