summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2017-07-16 17:43:17 -0300
committerDaniel Bermond2017-07-16 17:43:17 -0300
commit680e051d36c664992d44258e8ab79ddd377911f1 (patch)
treeced5853fb362bae724a843b83379c8d347dc8b4a
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/
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 988915e279b9..3830e8d633f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Jul 11 16:22:45 UTC 2017
+# Sun Jul 16 20:42:57 UTC 2017
pkgbase = ffmpeg-git
pkgdesc = Complete solution to record, convert and stream audio and video (git version)
- pkgver = 3.4.r86755.g0780ad9c68
+ pkgver = 3.4.r86781.gd8f1982639
pkgrel = 1
url = http://www.ffmpeg.org/
arch = i686
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')