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 8cd8141c9bfa..9182b4897fdc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = libbdplus
pkgdesc = Library for handling the BD+ protection scheme on bluray discs
pkgver = 0.1.2
pkgrel = 1
- url = http://www.videolan.org/developers/libbdplus.html
+ url = https://www.videolan.org/developers/libbdplus.html
arch = i686
arch = x86_64
license = LGPL
diff --git a/PKGBUILD b/PKGBUILD
index 1f91a7af3a5f..9494f27a19d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=1
pkgdesc="Library for handling the BD+ protection scheme on bluray discs"
arch=('i686' 'x86_64')
license=('LGPL')
-url="http://www.videolan.org/developers/libbdplus.html"
+url="https://www.videolan.org/developers/libbdplus.html"
depends=('libaacs>=0.7.0')
source=("ftp://ftp.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2")