summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacob van der Kolk2017-08-06 09:49:48 -0400
committerJacob van der Kolk2017-08-06 09:49:48 -0400
commitb4a5ed3a09e3c46d66f675d806941071d9657047 (patch)
tree06aebd010825774283e767f36b88602348b2e343
parent5996a1226e4b9e72de04496ac46c9a8ec20e82f7 (diff)
downloadaur-b4a5ed3a09e3c46d66f675d806941071d9657047.tar.gz
Version 0.999.6-3: Fix permission issue with /usr/bin/hostsblock
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--hostsblock.install2
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72cf5a904925..7182f1266ae9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hostsblock
pkgdesc = A script that downloads, sorts, and compiles multiple ad- and malware-blocking hosts files.
pkgver = 0.999.6
- pkgrel = 2
+ pkgrel = 3
url = http://gaenserich.github.com/hostsblock/
install = hostsblock.install
changelog = hostsblock.changelog
diff --git a/PKGBUILD b/PKGBUILD
index 3b1ccc57b3d6..b88a412543df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer/Originator: Jake VanderKolk <jakevanderkolk@gmail.com>
pkgname=hostsblock
pkgver=0.999.6
-pkgrel=2
+pkgrel=3
pkgdesc="A script that downloads, sorts, and compiles multiple ad- and malware-blocking hosts files."
arch=(any)
url="http://gaenserich.github.com/hostsblock/"
diff --git a/hostsblock.install b/hostsblock.install
index 53b96acaf651..e7639a1257a4 100644
--- a/hostsblock.install
+++ b/hostsblock.install
@@ -16,7 +16,7 @@ add_user_group() {
gpasswd -a hostsblock hostsblock
gpasswd -A hostsblock hostsblock
fi
- chown -R hostsblock:hostsblock /var/lib/hostsblock
+ chown -R hostsblock:hostsblock /var/lib/hostsblock /usr/bin/hostsblock
}
post_install() {