summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Golatofski2019-12-09 22:05:00 +0100
committerFelix Golatofski2019-12-09 22:05:00 +0100
commite4791f8d767a1a2312f300a05a2ac41290b959fe (patch)
tree28721c514eea46bfe7313eb0a38a2c6abef25e68
parente0dbc8ef0341aa1fe7ace351e5e2027a000ff40d (diff)
downloadaur-e4791f8d767a1a2312f300a05a2ac41290b959fe.tar.gz
Fixing directory
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3524bdcc6c58..c46ec020cdf0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = squidguard
pkgdesc = Filter and redirector plugin for Squid. SquidGuard is a free, flexible and ultra fast filter, redirector and access controller plugin for squid.
pkgver = 1.6.0
- pkgrel = 3
+ pkgrel = 4
url = http://www.squidguard.org
install = squidguard.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 60fa459bd48d..8238873c936d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: TheGoliath
pkgname=squidguard
pkgver=1.6.0
-pkgrel=3
+pkgrel=4
pkgdesc="Filter and redirector plugin for Squid. SquidGuard is a free, flexible and ultra fast filter, redirector and access controller plugin for squid."
arch=('x86_64')
url="http://www.squidguard.org"
@@ -18,7 +18,7 @@ source=("https://launchpad.net/debian/+archive/primary/+sourcefiles/squidguard/$
sha512sums=('d6e934f550cd777d58abda5f4fd905ccc396afc28e1ddb0bb842a9a3364cbe43db5c30834fe1ed7d93623a361dde50362a79ac2b660382c7e81b4f067f2ac65e')
prepare() {
- cd "squidGuard-$pkgver/src"
+ cd "$pkgname-$pkgver/src"
patch -i "${srcdir}/squidguard-patch.diff"
}