Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages /
azcopy
Commits:
5150492a by Carl Smedstad at 2024-11-04T18:18:45+01:00
upgpkg: 10.27.0-3: Disable LTO to make reproducible
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,12 +1,13 @@
pkgbase = azcopy
pkgdesc = A command-line utility designed for copying data to/from
Microsoft Azure
pkgver = 10.27.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/Azure/azure-storage-azcopy
arch = x86_64
license = MIT
makedepends = go
depends = glibc
+ options = !lto
source =
azcopy-10.27.0.tar.gz::https://github.com/Azure/azure-storage-azcopy/archive/v10.27.0.tar.gz
sha256sums =
ecbb297e7ce56eed10b4171d71c25aafae44f1fb5d64ba1bffebc87331bd5e20
=====================================
PKGBUILD
=====================================
@@ -7,13 +7,14 @@
pkgname=azcopy
_pkgname=azure-storage-azcopy
pkgver=10.27.0
-pkgrel=2
+pkgrel=3
pkgdesc="A command-line utility designed for copying data to/from Microsoft
Azure"
arch=('x86_64')
url="https://github.com/Azure/azure-storage-azcopy"
license=('MIT')
depends=('glibc')
makedepends=('go')
+options=('!lto')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
sha256sums=('ecbb297e7ce56eed10b4171d71c25aafae44f1fb5d64ba1bffebc87331bd5e20')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/azcopy/-/commit/5150492a63e31de056ca00abddb7369098e471a7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/azcopy/-/commit/5150492a63e31de056ca00abddb7369098e471a7
You're receiving this email because of your account on gitlab.archlinux.org.