[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Sun Oct 2 14:56:08 UTC 2016
Date: Sunday, October 2, 2016 @ 14:56:07
Author: alucryd
Revision: 277557
Use https and xz tarball
Modified:
ffmpeg/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-02 14:28:26 UTC (rev 277556)
+++ PKGBUILD 2016-10-02 14:56:07 UTC (rev 277557)
@@ -25,9 +25,9 @@
provides=('libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
'libavresample.so' 'libavutil.so' 'libpostproc.so' 'libswresample.so'
'libswscale.so')
-source=(http://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.bz2{,.asc})
+source=("https://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.xz"{,.asc})
validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8')
-sha256sums=('7c99df75a4dc12d22c0f1ed11d0acf98cac1f8b5fe7a7434344b167f810bcbfa'
+sha256sums=('a80cb378dda5c9bbcdbd62a99bdec0e4eedbcb47f290e72845af4855c1146b5b'
'SKIP')
build() {
More information about the arch-commits
mailing list