summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12020-09-13 17:03:59 +0800
committerChocobo12020-09-13 17:03:59 +0800
commit4ec72b46a3b4548742d7daf037178e77a260f802 (patch)
tree837b771adda240655c11d5189582db0d8bf95017
parent40b616d9b33b913e951b8ed21ff3becc8b10bcc8 (diff)
downloadaur-4ec72b46a3b4548742d7daf037178e77a260f802.tar.gz
Use https
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 535863737836..cdddbd6085ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = arptables-git
pkgdesc = ARP filtering utility
pkgver = 0.0.4.r17.g28b22d5
pkgrel = 1
- url = http://ebtables.netfilter.org/
+ url = https://ebtables.netfilter.org/
arch = i686
arch = x86_64
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index 8af20f19eda0..09301732506a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=0.0.4.r17.g28b22d5
pkgrel=1
pkgdesc="ARP filtering utility"
arch=('i686' 'x86_64')
-url="http://ebtables.netfilter.org/"
+url="https://ebtables.netfilter.org/"
license=('GPL2')
depends=('glibc' 'perl')
makedepends=('git')