summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorConnor Behan2021-02-03 17:03:35 +0000
committerConnor Behan2021-02-03 17:03:35 +0000
commit8714f251fad8bee1a7e08bcdf3b5571c7501bdb0 (patch)
tree40142794c21dee0574732f47a5aaaf60daed449d
parent0c7aee0866458797aa28a3400df2632ad212269e (diff)
downloadaur-8714f251fad8bee1a7e08bcdf3b5571c7501bdb0.tar.gz
Add s to URL
-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")