summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGavin Lloyd2022-03-07 12:01:33 -0800
committerGavin Lloyd2022-03-07 12:01:33 -0800
commit191e434c19e170a3756d3ad920247dece9473da7 (patch)
tree0d33236999835388aa0835ef8108f273ac961512
parent8d17faaa4d588ed903364de942462c65f6b396d4 (diff)
downloadaur-combust-git.tar.gz
Use default Git branch
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc049a62f3c0..e8dcfede5675 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,13 @@
-# Generated by mksrcinfo v8
-# Wed May 23 18:55:51 UTC 2018
pkgbase = combust-git
pkgdesc = nftables firewall script with profiles
pkgver = 0.71.674219b
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/gavinhungry/combust
arch = any
license = MIT
depends = nftables
backup = etc/combust.conf
- source = combust-git::git+https://github.com/gavinhungry/combust.git#branch=master
+ source = combust-git::git+https://github.com/gavinhungry/combust.git
sha256sums = SKIP
pkgname = combust-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 8bae097d7aab..9adc7905fcd7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=combust-git
pkgver=0.71.674219b
-pkgrel=1
+pkgrel=2
pkgdesc='nftables firewall script with profiles'
arch=('any')
url='https://github.com/gavinhungry/combust'
license=('MIT')
depends=('nftables')
backup=('etc/combust.conf')
-source=("${pkgname}::git+https://github.com/gavinhungry/combust.git#branch=master")
+source=("${pkgname}::git+https://github.com/gavinhungry/combust.git")
sha256sums=('SKIP')
pkgver() {