summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Widawsky2020-02-08 21:57:39 -0800
committerBen Widawsky2020-02-08 21:57:39 -0800
commit2a82d80594f9fb2a07b7af46b44cf1fae8f9280c (patch)
tree0800a721307d7134478ea2650f5f4af10c4e772d
parentec84a083c0e2b061fed725436ce1e00d18dc08d0 (diff)
downloadaur-2a82d80594f9fb2a07b7af46b44cf1fae8f9280c.tar.gz
Update to 4.2.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index adb0c0d51caf..edf507a2138e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ffmpeg-libfdk_aac
pkgdesc = Complete solution to record, convert and stream audio and video (Same as official package except with libfdk-aac support)
- pkgver = 4.2.2
+ pkgver = 4.2.3
pkgrel = 1
epoch = 1
url = https://ffmpeg.org/
@@ -72,9 +72,9 @@ pkgbase = ffmpeg-libfdk_aac
provides = libpostproc.so
provides = libswresample.so
provides = libswscale.so
- provides = ffmpeg=4.2.2
+ provides = ffmpeg=4.2.3
conflicts = ffmpeg
- source = git+https://git.ffmpeg.org/ffmpeg.git#tag=b53940e13dde81d721621b4d5296eede5795aadd
+ source = git+https://git.ffmpeg.org/ffmpeg.git#tag=192d1d34eb3668fa27f433e96036340e1e5077a0
sha256sums = SKIP
pkgname = ffmpeg-libfdk_aac
diff --git a/PKGBUILD b/PKGBUILD
index ea6e2c373d3b..8e08e852d9ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@
_name=ffmpeg
pkgname=ffmpeg-libfdk_aac
-pkgver=4.2.2
-pkgrel=2
+pkgver=4.2.3
+pkgrel=1
epoch=1
pkgdesc='Complete solution to record, convert and stream audio and video (Same as official package except with libfdk-aac support)'
arch=(x86_64)
@@ -91,7 +91,7 @@ provides=(
"ffmpeg=$pkgver"
)
conflicts=("$_name")
-source=(git+https://git.ffmpeg.org/ffmpeg.git#tag=b53940e13dde81d721621b4d5296eede5795aadd)
+source=(git+https://git.ffmpeg.org/ffmpeg.git#tag=192d1d34eb3668fa27f433e96036340e1e5077a0)
sha256sums=('SKIP')
pkgver() {
cd ffmpeg