summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGavin Lloyd2016-05-24 14:56:02 -0700
committerGavin Lloyd2016-05-24 14:56:02 -0700
commitcb1a3fec0b27db0b4993c4d7b59a4a29d7dfd7a9 (patch)
treece1008be5e82393ec95aa9fd058633c4011747c3
parentb39ad5291831b1581a6da56c917bd903e4f8d790 (diff)
downloadaur-cb1a3fec0b27db0b4993c4d7b59a4a29d7dfd7a9.tar.gz
Update to 0.60.2e20f28-2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03f32829aecf..b8eac0e650ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
# Generated by mksrcinfo v8
-# Tue May 24 21:53:07 UTC 2016
+# Tue May 24 21:55:50 UTC 2016
pkgbase = combust-git
pkgdesc = nftables firewall script with profiles
pkgver = 0.60.2e20f28
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/gavinhungry/combust
arch = any
license = MIT
depends = nftables
- backup = etc/combust/combust.conf
+ backup = etc/combust.conf
source = combust::git+https://github.com/gavinhungry/combust.git#branch=master
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 4b68c9ab3015..ad2ce6c33d25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=combust-git
_gitname=combust
pkgver=0.60.2e20f28
-pkgrel=1
+pkgrel=2
pkgdesc='nftables firewall script with profiles'
arch=('any')
license=('MIT')
@@ -11,7 +11,7 @@ url='https://github.com/gavinhungry/combust'
depends=('nftables')
source=("${_gitname}::git+https://github.com/gavinhungry/${_gitname}.git#branch=master")
md5sums=('SKIP')
-backup=('etc/combust/combust.conf')
+backup=('etc/combust.conf')
pkgver () {
cd "${srcdir}/${_gitname}"