summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d4fb7adc9164..8a44f39a42ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,6 +12,7 @@ pkgbase = matm-git
optdepends = vlc: an alternative video player for movies
provides = matm
conflicts = matm-bin
+ options = !lto
source = git+https://github.com/crolbar/matm
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 93cfdb248401..b1b10bf1dd0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,6 +13,7 @@ provides=('matm')
conflicts=('matm-bin')
optdepends=('vlc: an alternative video player for movies')
source=("git+$url")
+options=(!lto)
md5sums=('SKIP')
prepare() {
cd "${srcdir}/${_pkgname}"