[arch-commits] Commit in rclone/trunk (PKGBUILD)
Christian Rebischke
shibumi at gemini.archlinux.org
Thu Dec 30 01:28:43 UTC 2021
Date: Thursday, December 30, 2021 @ 01:28:42
Author: shibumi
Revision: 1088079
upgpkg: rclone 1.57.0-1 fix: disable lto
Modified:
rclone/trunk/PKGBUILD
----------+
PKGBUILD | 1 +
1 file changed, 1 insertion(+)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-30 00:57:31 UTC (rev 1088078)
+++ PKGBUILD 2021-12-30 01:28:42 UTC (rev 1088079)
@@ -13,6 +13,7 @@
makedepends=('python' 'pandoc' 'go' 'git' 'fuse2')
source=("$pkgname-$pkgver.tar.gz::https://github.com/rclone/rclone/archive/v$pkgver.tar.gz")
sha512sums=('d0428263b8ee1779f96176574dc17adb73668d56b9dcf6894a0aae4db2990148d785226defa520143df788d4401e1f297faa5c5c645d3c8503c796c06a1d3229')
+options=(!lto)
prepare() {
cd "rclone-$pkgver"
More information about the arch-commits
mailing list