summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Ehringfeld2017-11-07 19:44:10 +0100
committerChristian Ehringfeld2017-11-07 19:44:10 +0100
commit23e3df41bb999de25331853003b7118c2a6c780f (patch)
treee0999c76a07d0902ef3c897489171ed117436dd6
parent66adfbe86653246df2b84c354d7bc5f6396a4ce7 (diff)
downloadaur-23e3df41bb999de25331853003b7118c2a6c780f.tar.gz
fix
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3fcb8bbe031..58f7f2de8ce1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = e2guardian
pkgdesc = Fork of dansguardian, an open source web content filter. It filters the actual content of pages based on many methods including phrase matching, request header and URL filtering, etc. It does not purely filter based on a banned list of sites.
pkgver = 4.1.3
- pkgrel = 1
+ pkgrel = 2
url = http://e2guardian.org
install = e2guardian.install
arch = i686
@@ -139,7 +139,7 @@ pkgbase = e2guardian
source = https://github.com/e2guardian/e2guardian/archive/v4.1.3.tar.gz
source = e2guardian
source = e2guardian.service
- sha1sums = eae623c9604118c39cd293da3c5407b1d10c74ea
+ sha1sums = 8d3be4b7ff4cfce26a01fc3d1f4778669625d513
sha1sums = 4505b1e66cc1f64b06eacb277de24c453831f215
sha1sums = a4179286aa0d0bf3bb71f5459075a02ceaf0d518
diff --git a/PKGBUILD b/PKGBUILD
index 65f83d68a665..fd53b53d6480 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Manolis Tzanidakis
pkgname=e2guardian
pkgver=4.1.3
-pkgrel=1
+pkgrel=2
pkgdesc="Fork of dansguardian, an open source web content filter. It filters the actual content of pages based on many methods including phrase matching, request header and URL filtering, etc. It does not purely filter based on a banned list of sites."
url="http://e2guardian.org"
arch=('i686' 'x86_64' 'armv6h' 'arm' 'armv7h')
@@ -18,7 +18,7 @@ install=${pkgname}.install
source=(https://github.com/e2guardian/${pkgname}/archive/v${pkgver}.tar.gz
e2guardian
e2guardian.service)
-sha1sums=('eae623c9604118c39cd293da3c5407b1d10c74ea'
+sha1sums=('8d3be4b7ff4cfce26a01fc3d1f4778669625d513'
'4505b1e66cc1f64b06eacb277de24c453831f215'
'a4179286aa0d0bf3bb71f5459075a02ceaf0d518')