summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGavin Lloyd2016-05-24 14:45:16 -0700
committerGavin Lloyd2016-05-24 14:45:16 -0700
commitc15045384edd051081055cb7a4529cf5b453b8bf (patch)
treee79d69c00c3ff5eb50814460f6827de341562cdf
parentbb392fac238e79b79164bcac1cb36609d30f5e53 (diff)
downloadaur-c15045384edd051081055cb7a4529cf5b453b8bf.tar.gz
Update to 0.58.3281b1e
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b27f0fc503f9..5716654f8afa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
+# Generated by mksrcinfo v8
+# Tue May 24 21:45:09 UTC 2016
pkgbase = combust-git
- pkgdesc = iptables/nftables firewall script with profiles
- pkgver = 0.56.2f09b46
+ pkgdesc = nftables firewall script with profiles
+ pkgver = 0.58.3281b1e
pkgrel = 1
url = https://github.com/gavinhungry/combust
arch = any
license = MIT
- depends = iptables
depends = nftables
backup = etc/combust/combust.conf
source = combust::git+https://github.com/gavinhungry/combust.git#branch=master
diff --git a/PKGBUILD b/PKGBUILD
index 63107b2cd8a9..b2acaedace39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=combust-git
_gitname=combust
-pkgver=0.56.2f09b46
+pkgver=0.58.3281b1e
pkgrel=1
-pkgdesc='iptables/nftables firewall script with profiles'
+pkgdesc='nftables firewall script with profiles'
arch=('any')
license=('MIT')
url='https://github.com/gavinhungry/combust'
-depends=('iptables' 'nftables')
+depends=('nftables')
source=("${_gitname}::git+https://github.com/gavinhungry/${_gitname}.git#branch=master")
md5sums=('SKIP')
backup=('etc/combust/combust.conf')
@@ -24,8 +24,6 @@ package() {
install -d $pkgdir/etc/combust/
install -d $pkgdir/usr/lib/systemd/system/
install -m755 combust.sh "${pkgdir}"/etc/combust/
- install -m755 combust-nft.sh "${pkgdir}"/etc/combust/
install -m600 combust.conf "${pkgdir}"/etc/combust/
install -m644 combust.service "${pkgdir}"/usr/lib/systemd/system/
- install -m644 combust-nft.service "${pkgdir}"/usr/lib/systemd/system/
}