summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2017-07-16 17:43:17 -0300
committerDaniel Bermond2017-07-16 17:43:17 -0300
commit680e051d36c664992d44258e8ab79ddd377911f1 (patch)
treeced5853fb362bae724a843b83379c8d347dc8b4a /PKGBUILD
parent25b08644f49b2f4522ff0d328681145ee9edc155 (diff)
downloadaur-680e051d36c664992d44258e8ab79ddd377911f1.tar.gz
Recent toolchain changes rebuild
Packages that uses hardening-wrapper will need a rebuild without it since it is being dropped from official repositories due to recent toolchain changes (PIE and SSP enabled by default in gcc). Although hardening-wrapper was not being used in this package it seems a good practice to rebuild against the recent toolchain changes. References: ----------- https://lists.archlinux.org/pipermail/arch-dev-public/2017-July/028909.html https://www.archlinux.org/todo/hardening-wrapper-removal/
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5f90acd7a6c4..5409b00aba96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: DrZaius <lou at fakeoutdoorsman.com>
pkgname=ffmpeg-git
-pkgver=3.4.r86755.g0780ad9c68
+pkgver=3.4.r86781.gd8f1982639
pkgrel=1
pkgdesc='Complete solution to record, convert and stream audio and video (git version)'
arch=('i686' 'x86_64')