summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBen Widawsky2022-05-06 09:27:16 -0700
committerBen Widawsky2022-05-06 09:40:30 -0700
commitfef65f8d6671eaf7895edcaaeeef83d4323aff38 (patch)
tree6e2e6f7143a8ebf0b3d2d62f0ff897d9bcdf77a5 /PKGBUILD
parentf947ac33059ab1210fcb32cc660be93328068e61 (diff)
downloadaur-fef65f8d6671eaf7895edcaaeeef83d4323aff38.tar.gz
Update debug options to match upstream
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}