From ea214daae6a4c6b51e4ce7e2ef27f978f531bb5f Mon Sep 17 00:00:00 2001 From: Daniel Bermond Date: Fri, 20 Apr 2018 17:35:43 +0000 Subject: [PATCH] pkgdesc: update description to match official repositories --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 577b0dc..b948f48 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = ffmpeg-full - pkgdesc = Record, convert and stream audio and video (all possible features including nvenc, qsv and libfdk-aac) + pkgdesc = Complete solution to record, convert and stream audio and video (all possible features including nvenc, qsv and libfdk-aac) pkgver = 3.4.2 - pkgrel = 7 + pkgrel = 8 url = http://www.ffmpeg.org/ arch = i686 arch = x86_64 diff --git a/PKGBUILD b/PKGBUILD index 4f52f3a..8f34532 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,8 +4,8 @@ pkgname=ffmpeg-full _srcname=ffmpeg pkgver=3.4.2 -pkgrel=7 -pkgdesc='Record, convert and stream audio and video (all possible features including nvenc, qsv and libfdk-aac)' +pkgrel=8 +pkgdesc='Complete solution to record, convert and stream audio and video (all possible features including nvenc, qsv and libfdk-aac)' arch=('i686' 'x86_64') url='http://www.ffmpeg.org/' license=('custom: nonfree and unredistributable')