[arch-commits] Commit in (7 files)

Maxime Gauduin alucryd at archlinux.org
Mon Mar 11 12:39:34 UTC 2019


    Date: Monday, March 11, 2019 @ 12:39:34
  Author: alucryd
Revision: 347689

use https in the url

Modified:
  libbluray/trunk/PKGBUILD
  libiec61883/trunk/PKGBUILD
  libsoxr/trunk/PKGBUILD
  libva-vdpau-driver/trunk/PKGBUILD
  libvorbis/trunk/PKGBUILD
  libvpx/trunk/PKGBUILD
  soundtouch/trunk/PKGBUILD

-----------------------------------+
 libbluray/trunk/PKGBUILD          |    2 +-
 libiec61883/trunk/PKGBUILD        |    2 +-
 libsoxr/trunk/PKGBUILD            |    2 +-
 libva-vdpau-driver/trunk/PKGBUILD |    2 +-
 libvorbis/trunk/PKGBUILD          |    2 +-
 libvpx/trunk/PKGBUILD             |    2 +-
 soundtouch/trunk/PKGBUILD         |    2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

Modified: libbluray/trunk/PKGBUILD
===================================================================
--- libbluray/trunk/PKGBUILD	2019-03-11 12:23:16 UTC (rev 347688)
+++ libbluray/trunk/PKGBUILD	2019-03-11 12:39:34 UTC (rev 347689)
@@ -8,7 +8,7 @@
 pkgrel=1
 pkgdesc='Library to access Blu-Ray disks for video playback'
 arch=(x86_64)
-url='http://www.videolan.org/developers/libbluray.html'
+url='https://www.videolan.org/developers/libbluray.html'
 license=(LGPL2.1)
 depends=(
   fontconfig

Modified: libiec61883/trunk/PKGBUILD
===================================================================
--- libiec61883/trunk/PKGBUILD	2019-03-11 12:23:16 UTC (rev 347688)
+++ libiec61883/trunk/PKGBUILD	2019-03-11 12:39:34 UTC (rev 347689)
@@ -8,7 +8,7 @@
 pkgrel=5
 pkgdesc="A higher level API for streaming DV, MPEG-2 and audio over Linux IEEE 1394"
 arch=('x86_64')
-url="http://www.kernel.org/pub/linux/libs/ieee1394/"
+url="https://www.kernel.org/pub/linux/libs/ieee1394/"
 license=('LGPL')
 depends=('libraw1394')
 source=("https://www.kernel.org/pub/linux/libs/ieee1394/${pkgname}-${pkgver}.tar.xz")

Modified: libsoxr/trunk/PKGBUILD
===================================================================
--- libsoxr/trunk/PKGBUILD	2019-03-11 12:23:16 UTC (rev 347688)
+++ libsoxr/trunk/PKGBUILD	2019-03-11 12:39:34 UTC (rev 347689)
@@ -8,7 +8,7 @@
 pkgrel=1
 pkgdesc='The SoX Resampler library that aims to give fast and high quality results for any constant resampling ratio'
 arch=('x86_64')
-url='http://sourceforge.net/p/soxr/wiki/Home/'
+url='https://sourceforge.net/p/soxr/wiki/Home/'
 license=('GPL')
 depends=('gcc-libs')
 makedepends=('cmake')

Modified: libva-vdpau-driver/trunk/PKGBUILD
===================================================================
--- libva-vdpau-driver/trunk/PKGBUILD	2019-03-11 12:23:16 UTC (rev 347688)
+++ libva-vdpau-driver/trunk/PKGBUILD	2019-03-11 12:39:34 UTC (rev 347689)
@@ -5,7 +5,7 @@
 pkgrel=3
 pkgdesc='VDPAU backend for VA API'
 arch=('x86_64')
-url='http://freedesktop.org/wiki/Software/vaapi'
+url='https://freedesktop.org/wiki/Software/vaapi'
 license=('GPL')
 depends=('glibc' 'libgl' 'libva' 'libvdpau' 'libx11')
 makedepends=('mesa')

Modified: libvorbis/trunk/PKGBUILD
===================================================================
--- libvorbis/trunk/PKGBUILD	2019-03-11 12:23:16 UTC (rev 347688)
+++ libvorbis/trunk/PKGBUILD	2019-03-11 12:39:34 UTC (rev 347689)
@@ -9,7 +9,7 @@
 pkgrel=1
 pkgdesc='Vorbis codec library'
 arch=('x86_64')
-url='http://www.xiph.org/vorbis/'
+url='https://www.xiph.org/vorbis/'
 license=('BSD')
 depends=('libogg')
 provides=('libvorbis.so' 'libvorbisenc.so' 'libvorbisfile.so')

Modified: libvpx/trunk/PKGBUILD
===================================================================
--- libvpx/trunk/PKGBUILD	2019-03-11 12:23:16 UTC (rev 347688)
+++ libvpx/trunk/PKGBUILD	2019-03-11 12:39:34 UTC (rev 347689)
@@ -7,7 +7,7 @@
 pkgrel=1
 pkgdesc='VP8 and VP9 codec'
 arch=(x86_64)
-url=http://www.webmproject.org/
+url=https://www.webmproject.org/
 license=(BSD)
 makedepends=(
   git

Modified: soundtouch/trunk/PKGBUILD
===================================================================
--- soundtouch/trunk/PKGBUILD	2019-03-11 12:23:16 UTC (rev 347688)
+++ soundtouch/trunk/PKGBUILD	2019-03-11 12:39:34 UTC (rev 347689)
@@ -6,7 +6,7 @@
 pkgrel=1
 pkgdesc='An audio processing library'
 arch=(x86_64)
-url='http://www.surina.net/soundtouch/'
+url='https://www.surina.net/soundtouch/'
 license=(LGPL)
 makedepends=(git)
 source=(git+https://gitlab.com/soundtouch/soundtouch.git#tag=${pkgver})



More information about the arch-commits mailing list