From 25b08644f49b2f4522ff0d328681145ee9edc155 Mon Sep 17 00:00:00 2001 From: Daniel Bermond Date: Tue, 11 Jul 2017 13:22:56 -0300 Subject: [PATCH] Fix: FS#54758 This commit fixes the issue described in bug report FS#54758 (optdepends are displayed in red in some AUR packages). A commit seems necessary to regenerate the AUR database. References: ----------- https://bugs.archlinux.org/task/54758 https://bbs.archlinux.org/viewtopic.php?id=228091 --- .SRCINFO | 4 ++-- PKGBUILD | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 2815713..988915e 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,8 +1,8 @@ # Generated by mksrcinfo v8 -# Sun Jul 9 19:00:30 UTC 2017 +# Tue Jul 11 16:22:45 UTC 2017 pkgbase = ffmpeg-git pkgdesc = Complete solution to record, convert and stream audio and video (git version) - pkgver = 3.4.r86745.gb406f387c8 + pkgver = 3.4.r86755.g0780ad9c68 pkgrel = 1 url = http://www.ffmpeg.org/ arch = i686 diff --git a/PKGBUILD b/PKGBUILD index 3053c72..5f90acd 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ # Contributor: DrZaius pkgname=ffmpeg-git -pkgver=3.4.r86745.gb406f387c8 +pkgver=3.4.r86755.g0780ad9c68 pkgrel=1 pkgdesc='Complete solution to record, convert and stream audio and video (git version)' arch=('i686' 'x86_64')