summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanskritFritz2015-12-05 02:14:30 +0100
committerSanskritFritz2015-12-05 02:14:30 +0100
commit96a9405f74f7256eefb53d41d694191348e1e28c (patch)
tree8ea80864bf7b2aeccb7317a093ff15ccf16580a3
parent48e4cc25058588971c0624e4743112c896bff259 (diff)
downloadaur-96a9405f74f7256eefb53d41d694191348e1e28c.tar.gz
Download link has been changed.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10e1172845e6..3a3fcbf0a895 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = firehol
pkgdesc = The iptables stateful packet filtering firewall builder.
pkgver = 2.0.3
- pkgrel = 1
+ pkgrel = 2
epoch = 2
url = http://firehol.sourceforge.net
install = firehol.install
@@ -12,7 +12,7 @@ pkgbase = firehol
depends = iproute
backup = etc/firehol/firehol.conf
backup = etc/firehol/fireqos.conf
- source = http://firehol.org/download/releases/v2.0.3/firehol-2.0.3.tar.xz
+ source = http://firehol.org/download/firehol/releases/v2.0.3/firehol-2.0.3.tar.xz
source = firehol.service
source = fireqos.service
md5sums = 454f4fa026874500be8876b2560899cb
diff --git a/PKGBUILD b/PKGBUILD
index 9493b2366be1..cd790e13c623 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=firehol
pkgver=2.0.3
-pkgrel=1
+pkgrel=2
epoch=2
pkgdesc="The iptables stateful packet filtering firewall builder."
url="http://firehol.sourceforge.net"
@@ -15,7 +15,7 @@ license=('GPL')
depends=('iptables' 'gawk' 'iproute')
backup=('etc/firehol/firehol.conf' 'etc/firehol/fireqos.conf')
install='firehol.install'
-source=("http://firehol.org/download/releases/v${pkgver}/${pkgname}-${pkgver}.tar.xz"
+source=("http://firehol.org/download/firehol/releases/v${pkgver}/${pkgname}-${pkgver}.tar.xz"
"firehol.service"
"fireqos.service")