summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKamran Mackey2015-12-20 05:20:29 -0700
committerKamran Mackey2015-12-20 05:20:29 -0700
commit34864f55fb07c721aa8c461ac638275512742a5c (patch)
tree2df9c6f3cea792362603fe7d84bc9a816fdc47c2 /PKGBUILD
parent92dbbf10cc1b808f60c09f0827b9758cf513f08c (diff)
downloadaur-34864f55fb07c721aa8c461ac638275512742a5c.tar.gz
Removed the --disable-stripping option.
Also bumped up the package version. Signed-off-by: Kamran Mackey <kamranm1200@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c3326d008fde..048cea2d3d93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: DrZaius <lou at fakeoutdoorsman.com>
pkgname=ffmpeg-git
-pkgver=r77404.70f13ab
+pkgver=r77407.f6830cf
pkgrel=11
pkgdesc="Complete solution to record, convert and stream audio and video (git version)"
arch=('i686' 'x86_64')
@@ -46,7 +46,6 @@ build() {
--prefix=/usr \
--disable-debug \
--disable-static \
- --disable-stripping \
--enable-shared \
--enable-avisynth \
--enable-avresample \