summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGavin Lloyd2018-05-23 11:55:37 -0700
committerGavin Lloyd2018-05-23 11:55:59 -0700
commit8d17faaa4d588ed903364de942462c65f6b396d4 (patch)
tree2dc58f379c3d2f159cbc40275bddf8d4d2dd9feb
parent41729de41dc6f83bda036dfaa75b7ac652ffcf14 (diff)
downloadaur-8d17faaa4d588ed903364de942462c65f6b396d4.tar.gz
Fix combust.conf mode
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b3f82b16214..bc049a62f3c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Oct 20 00:36:32 UTC 2017
+# Wed May 23 18:55:51 UTC 2018
pkgbase = combust-git
pkgdesc = nftables firewall script with profiles
- pkgver = 0.68.b866d9b
- pkgrel = 2
+ pkgver = 0.71.674219b
+ pkgrel = 1
url = https://github.com/gavinhungry/combust
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 9f6041a1ad67..8bae097d7aab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Gavin Lloyd <gavinhungry@gmail.com>
pkgname=combust-git
-pkgver=0.68.b866d9b
-pkgrel=2
+pkgver=0.71.674219b
+pkgrel=1
pkgdesc='nftables firewall script with profiles'
arch=('any')
url='https://github.com/gavinhungry/combust'
@@ -20,7 +20,7 @@ pkgver() {
package() {
cd "${srcdir}/${pkgname}"
- install -Dm600 combust.conf "${pkgdir}"/etc/combust.conf
+ install -Dm644 combust.conf "${pkgdir}"/etc/combust.conf
install -Dm755 combust.sh "${pkgdir}"/usr/bin/combust
install -Dm644 combust.service "${pkgdir}"/usr/lib/systemd/system/combust.service
install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE