summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno M Filipe2019-04-20 19:43:39 -0300
committerBruno M Filipe2019-04-20 19:43:39 -0300
commit3b5a9ec10c6f81643c63a462ff3d7a35762737a0 (patch)
tree71a3c23716267ddd8c68ad38edff886a742f5599
parente419480e6153f9c13b1e46a44f4723a1eaa13fc0 (diff)
downloadaur-3b5a9ec10c6f81643c63a462ff3d7a35762737a0.tar.gz
fix git link typo
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d03b64dfc08a..22c103820193 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -113,7 +113,7 @@ pkgbase = ffmpeg-amd-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 5863c386c329..aa41dcaffd44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -39,7 +39,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')