summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Widawsky2020-02-08 10:20:09 -0800
committerBen Widawsky2020-02-08 10:20:09 -0800
commitec84a083c0e2b061fed725436ce1e00d18dc08d0 (patch)
tree6917476db6ebc9b658bb4b4f84ca721da54d3e4a
parent54f2cfdf039da3ac7080db6ff892a5dda574ce4d (diff)
downloadaur-ec84a083c0e2b061fed725436ce1e00d18dc08d0.tar.gz
Fix tag
Reported-by: bitsfritz
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52df1ee51ce7..adb0c0d51caf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -74,7 +74,7 @@ pkgbase = ffmpeg-libfdk_aac
provides = libswscale.so
provides = ffmpeg=4.2.2
conflicts = ffmpeg
- source = git+https://git.ffmpeg.org/ffmpeg.git#tag=cbb3c9497549f8856d8cd37ac63af1406a784e58
+ source = git+https://git.ffmpeg.org/ffmpeg.git#tag=b53940e13dde81d721621b4d5296eede5795aadd
sha256sums = SKIP
pkgname = ffmpeg-libfdk_aac
diff --git a/PKGBUILD b/PKGBUILD
index 4f7b43516d8d..ea6e2c373d3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
_name=ffmpeg
pkgname=ffmpeg-libfdk_aac
pkgver=4.2.2
-pkgrel=1
+pkgrel=2
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=cbb3c9497549f8856d8cd37ac63af1406a784e58)
+source=(git+https://git.ffmpeg.org/ffmpeg.git#tag=b53940e13dde81d721621b4d5296eede5795aadd)
sha256sums=('SKIP')
pkgver() {
cd ffmpeg