summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2017-06-21 17:47:46 -0300
committerDaniel Bermond2017-06-21 17:47:46 -0300
commit459cfefaf2df75aa8f5f876008cf2a28903f6aa2 (patch)
tree48774efbf1e9a7232144096b4a9f17043651a279 /PKGBUILD
parentcca0f6bcbff79ec2c07a75b71728fc39cdfa3ef7 (diff)
downloadaur-459cfefaf2df75aa8f5f876008cf2a28903f6aa2.tar.gz
makedepends: switched yasm to nasm to follow upstream change
Reference: ---------- http://git.videolan.org/?p=ffmpeg.git;a=commit;h=4f9297ac3b39098547863d28fbc8d2a906d5be49
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cceefc3064ec..a4b496c1a0fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Bermond < yahoo-com: danielbermond >
pkgname=ffmpeg-full-git
-pkgver=N.86510.g8a09325311
+pkgver=N.86563.g5cae5a1def
pkgrel=1
pkgdesc='Record, convert and stream audio and video (git version with all possible libs)'
arch=('i686' 'x86_64')
@@ -30,7 +30,7 @@ optdepends_x86_64=(
)
makedepends=(
# official repositories:
- 'git' 'yasm' 'opencl-headers'
+ 'git' 'nasm' 'opencl-headers'
# AUR:
'blackmagic-decklink-sdk'
)