[arch-commits] Commit in wallutils/trunk (PKGBUILD)
Kpcyrd
kpcyrd at gemini.archlinux.org
Sat Jul 17 09:01:29 UTC 2021
Date: Saturday, July 17, 2021 @ 09:01:28
Author: kpcyrd
Revision: 978031
upgpkg: wallutils 5.9.0-3 - reproducible builds
Modified:
wallutils/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-17 09:00:29 UTC (rev 978030)
+++ PKGBUILD 2021-07-17 09:01:28 UTC (rev 978031)
@@ -2,7 +2,7 @@
pkgname=wallutils
pkgver=5.9.0
-pkgrel=2
+pkgrel=3
pkgdesc='Utilities for handling resolutions, wallpapers and timed wallpapers'
arch=(x86_64)
url='https://github.com/xyproto/wallutils'
@@ -15,7 +15,7 @@
sha256sums=('SKIP')
prepare() {
- sed -i 's/go build/go build -mod=vendor -buildmode=pie -gcflags "all=-trimpath=$$PWD" -asmflags "all=-trimpath=$$PWD" -ldflags "-s -w -extldflags $$LDFLAGS"/g' $pkgname/Makefile
+ sed -i 's/go build/go build -mod=vendor -buildmode=pie -trimpath -ldflags "-s -w -extldflags $$LDFLAGS"/g' $pkgname/Makefile
}
build() {
More information about the arch-commits
mailing list