summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2c361dc7d142..22a79ac222c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
_name=ffmpeg
pkgname=ffmpeg-libfdk_aac
pkgver=5.0
-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)
@@ -100,6 +100,9 @@ provides=(
"ffmpeg=$pkgver"
)
_tag=390d6853d0ef408007feb39c0040682c81c02751
+options=(
+ debug
+)
conflicts=("$_name")
source=(
git+https://git.ffmpeg.org/ffmpeg.git#tag=${_tag}