summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e217af69c1bc..6f4f9401e8c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = libpcap-git
pkgdesc = A portable C/C++ library for network traffic capture
pkgver = 1.8.1.r205.g69fcdc66
pkgrel = 1
- url = http://www.tcpdump.org/
+ url = https://www.tcpdump.org/
arch = i686
arch = x86_64
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 720f589e56fc..d5b7659015da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=1.8.1.r205.g69fcdc66
pkgrel=1
pkgdesc="A portable C/C++ library for network traffic capture"
arch=('i686' 'x86_64')
-url="http://www.tcpdump.org/"
+url="https://www.tcpdump.org/"
license=('BSD')
depends=('glibc' 'libnl' 'libusbx' 'dbus')
makedepends=('git' 'bluez-libs')