diff options
author | Bart Libert | 2024-05-27 15:04:37 +0200 |
---|---|---|
committer | Bart Libert | 2024-05-27 15:04:37 +0200 |
commit | ee815b2defbdba3e3cd9f90f4067dc4250b96082 (patch) | |
tree | 90ddcab5848790bfab096af447f4a8e7792bdab0 | |
parent | 14173be43d6786380f4e1233966012539b86d280 (diff) | |
download | aur-ee815b2defbdba3e3cd9f90f4067dc4250b96082.tar.gz |
Disable lto, it causes build issues
-rw-r--r-- | .SRCINFO | 1 | ||||
-rw-r--r-- | PKGBUILD | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -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 @@ -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}" |