summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2020-05-18 17:54:44 -0400
committerAndrew Sun2020-05-18 17:54:44 -0400
commit6a4c74e11579483ec67100e30e6efd463d792ac7 (patch)
treefad0fbc12dcb8f1d41690aa04c08452b3d81682a
parentd4374bde895f5a6241068182edd2149f23af24d1 (diff)
downloadaur-6a4c74e11579483ec67100e30e6efd463d792ac7.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 38f18cb6cc35..8aedb90e0aa8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = mingw-w64-opus
pkgdesc = Codec designed for interactive speech and audio transmission over the Internet (mingw-w64)
pkgver = 1.3.1
pkgrel = 1
- url = http://www.opus-codec.org
+ url = https://www.opus-codec.org
arch = any
license = BSD
makedepends = mingw-w64-configure
diff --git a/PKGBUILD b/PKGBUILD
index dacf51c84ded..f75415ab5e66 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=1.3.1
pkgrel=1
pkgdesc="Codec designed for interactive speech and audio transmission over the Internet (mingw-w64)"
arch=(any)
-url="http://www.opus-codec.org"
+url="https://www.opus-codec.org"
license=("BSD")
makedepends=('mingw-w64-configure')
depends=('mingw-w64-crt')