From ca22416dbd0d453a9461339dfb48baac6d36ce73 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Fri, 8 May 2020 17:12:39 +0000 Subject: [PATCH] community/gendesk to 1.0.5-2 --- community/gendesk/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/gendesk/PKGBUILD b/community/gendesk/PKGBUILD index f4b320652..c312daa1c 100644 --- a/community/gendesk/PKGBUILD +++ b/community/gendesk/PKGBUILD @@ -5,13 +5,13 @@ pkgname=gendesk pkgver=1.0.5 -pkgrel=1 +pkgrel=2 pkgdesc='Utility for generating desktop files' arch=(x86_64) url='https://gendesk.roboticoverlords.org/' license=(MIT) makedepends=(go) -depends=(gcc-libs) +depends=(glibc) options=('!strip') source=("https://roboticoverlords.org/$pkgname/$pkgname-$pkgver.tar.xz"{,.asc} 'https://roboticoverlords.org/images/default.png') @@ -22,7 +22,7 @@ sha256sums=('5e85b056e4c372c7d3ffe389734bfa1aacd7406f71573fff597f04f0c24f238b' build() { cd $pkgname-$pkgver - go build -buildmode=pie -gccgoflags="-s -w $LDFLAGS" + go build -v -mod=vendor -trimpath -buildmode=pie -ldflags="-s -w -extldflags $LDFLAGS" } package() {