summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2018-11-19 13:48:32 +0000
committerDaniel Bermond2018-11-19 13:48:32 +0000
commite212c4f2b6d4b6c561cb5d3f626671bb01726510 (patch)
treee397bdda1c8c26cb76bb81d41137aa97a25f9e0b
parent76281ff5f7b1ae4fb586f6ed39a08c6621387211 (diff)
downloadaur-e212c4f2b6d4b6c561cb5d3f626671bb01726510.tar.gz
Change source to https
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de580a233edc..e51056a5de84 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ffmpeg-full-git
pkgdesc = Complete solution to record, convert and stream audio and video (all possible features including nvenc, qsv and libfdk-aac; git version)
- pkgver = 4.2.r92459.gfbea2ea76e
+ pkgver = 4.2.r92486.g8f875a90c4
pkgrel = 1
url = https://www.ffmpeg.org/
arch = i686
@@ -118,7 +118,7 @@ pkgbase = ffmpeg-full-git
provides = ffmpeg-full
provides = ffmpeg-git
conflicts = ffmpeg
- source = git://source.ffmpeg.org/ffmpeg.git
+ source = git+https://git.ffmpeg.org/ffmpeg.git
source = LICENSE
sha256sums = SKIP
sha256sums = 04a7176400907fd7db0d69116b99de49e582a6e176b3bfb36a03e50a4cb26a36
diff --git a/PKGBUILD b/PKGBUILD
index 677fe6644e4f..a70b6c99eaa7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ffmpeg-full-git
_srcname=ffmpeg
-pkgver=4.2.r92459.gfbea2ea76e
+pkgver=4.2.r92486.g8f875a90c4
pkgrel=1
pkgdesc='Complete solution to record, convert and stream audio and video (all possible features including nvenc, qsv and libfdk-aac; git version)'
arch=('i686' 'x86_64')
@@ -46,7 +46,7 @@ provides=('libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
'libavutil.so' 'libpostproc.so' 'libavresample.so' 'libswscale.so'
'libswresample.so' 'ffmpeg' 'ffmpeg-full' 'ffmpeg-git')
conflicts=('ffmpeg')
-source=('git://source.ffmpeg.org/ffmpeg.git'
+source=('git+https://git.ffmpeg.org/ffmpeg.git'
'LICENSE')
sha256sums=('SKIP'
'04a7176400907fd7db0d69116b99de49e582a6e176b3bfb36a03e50a4cb26a36')