summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart Libert2024-05-27 15:04:37 +0200
committerBart Libert2024-05-27 15:04:37 +0200
commitee815b2defbdba3e3cd9f90f4067dc4250b96082 (patch)
tree90ddcab5848790bfab096af447f4a8e7792bdab0
parent14173be43d6786380f4e1233966012539b86d280 (diff)
downloadaur-ee815b2defbdba3e3cd9f90f4067dc4250b96082.tar.gz
Disable lto, it causes build issues
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 51ec320d7b23..b580c5545ccd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,6 +14,7 @@ pkgbase = spotify-player-full
depends = libsixel
conflicts = spotify-player
conflicts = spotify-player-full-git
+ options = !lto
source = spotify-player-full-0.18.2.tar.gz::https://github.com/aome510/spotify-player/archive/v0.18.2.tar.gz
sha512sums = 36eeb32d93ec78981b7caa0f0fdcd9d56706003c9e0d7959d80c501b3823d80925d11c523cc961e0c447242c399ff6226a86939cbc181c9356a3edaaf145db94
diff --git a/PKGBUILD b/PKGBUILD
index 520b5bf8a455..dc3d326fdb9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,6 +13,7 @@ conflicts=("${_pkgname}" "${pkgname}-git")
makedepends=('cargo')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/aome510/spotify-player/archive/v${pkgver}.tar.gz")
sha512sums=('36eeb32d93ec78981b7caa0f0fdcd9d56706003c9e0d7959d80c501b3823d80925d11c523cc961e0c447242c399ff6226a86939cbc181c9356a3edaaf145db94')
+options=('!lto')
build() {
cd "${_pkgname}-${pkgver}"