summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a4d77b69e72..92382e50186f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,10 @@
+# Generated by mksrcinfo v8
+# Thu May 17 01:52:38 UTC 2018
pkgbase = husk
pkgdesc = An iptables front-end to allow rules to be expressed in a more flexible, free-form style using language.
pkgver = 0.9.13
pkgrel = 1
- url = http://huskfw.info/
+ url = https://huskfw.info/
arch = any
license = GPL
makedepends = make
diff --git a/PKGBUILD b/PKGBUILD
index 1bacc71d1b9d..ead00c9b3374 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=0.9.13
pkgrel=1
pkgdesc="An iptables front-end to allow rules to be expressed in a more flexible, free-form style using language."
arch=('any')
-url="http://huskfw.info/"
+url="https://huskfw.info/"
license=('GPL')
depends=('coreutils' 'iptables' 'perl' 'perl-config-inifiles' 'perl-config-simple')
makedepends=('make')