summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Demers2022-06-14 08:51:07 -0400
committerAlexandre Demers2022-06-14 08:51:07 -0400
commit7f3b756d7f04e3e63374a69916e40d734bf30009 (patch)
tree6e2bd32e89099aa47f24722c6e0230bbe8682e27
parent67ac5f39dabe71704f78122ec5a8a116cc131902 (diff)
downloadaur-7f3b756d7f04e3e63374a69916e40d734bf30009.tar.gz
Fix tag to point to 5.0.1
Mixed up the tag's value. Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 674067a5e288..22b0fd2126f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lib32-ffmpeg
pkgdesc = Complete solution to record, convert and stream audio and video (32 bit)
pkgver = 5.0.1
- pkgrel = 1
+ pkgrel = 2
epoch = 2
url = http://ffmpeg.org/
arch = x86_64
@@ -62,7 +62,7 @@ pkgbase = lib32-ffmpeg
optdepends = lib32-ladspa: LADSPA filters
optdepends = lib32-nvidia-utils: Nvidia NVDEC/NVENC support
options = debug
- source = git+https://git.ffmpeg.org/ffmpeg.git#tag=390d6853d0ef408007feb39c0040682c81c02751
+ source = git+https://git.ffmpeg.org/ffmpeg.git#tag=9687cae2b468e09e35df4cea92cc2e6a0e6c93b3
source = ffmpeg-vmaf2.x.patch
source = add-av_stream_get_first_dts-for-chromium.patch
validpgpkeys = FCF986EA15E6E293A5644F10B4322F04D67658D8
diff --git a/PKGBUILD b/PKGBUILD
index cbc83cf6d6e3..b69c140f6a18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
_pkgbasename=ffmpeg
pkgname=("lib32-$_pkgbasename" "lib32-lib$_pkgbasename")
pkgver=5.0.1
-pkgrel=1
+pkgrel=2
epoch=2
pkgdesc="Complete solution to record, convert and stream audio and video (32 bit)"
arch=('x86_64')
@@ -85,7 +85,7 @@ optdepends=(
'lib32-ladspa: LADSPA filters'
'lib32-nvidia-utils: Nvidia NVDEC/NVENC support'
)
-_tag=390d6853d0ef408007feb39c0040682c81c02751
+_tag=9687cae2b468e09e35df4cea92cc2e6a0e6c93b3
options=(
debug
)