summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2017-07-16 17:59:11 -0300
committerDaniel Bermond2017-07-16 17:59:11 -0300
commit60d6fbfde77ea2161a4600c70ea562376b0b691e (patch)
treec5a435d13d1735e77469824da2df74956e7869e7
parent7738003e818631cbc1a35c235eff43711b6a5b9d (diff)
downloadaur-60d6fbfde77ea2161a4600c70ea562376b0b691e.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 18117c01b5c4..c7d146c6dd94 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Jun 18 15:48:51 UTC 2017
+# Sun Jul 16 20:58:45 UTC 2017
pkgbase = mpv-full-git
pkgdesc = A free, open source, and cross-platform media player (git version with all possible libs)
- pkgver = 0.25.0.r158.g078b275514
+ pkgver = 0.25.0.r372.gc1dcf74458
pkgrel = 1
url = http://mpv.io/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index c46966112006..1e2cbc6cfe0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# CUDA is x86_64 only and so it will not be available in i686 builds.
pkgname=mpv-full-git
-pkgver=0.25.0.r158.g078b275514
+pkgver=0.25.0.r372.gc1dcf74458
pkgrel=1
pkgdesc='A free, open source, and cross-platform media player (git version with all possible libs)'
arch=('i686' 'x86_64')