[arch-commits] Commit in gendesk/trunk (PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Wed Mar 20 12:02:59 UTC 2019
Date: Wednesday, March 20, 2019 @ 12:02:58
Author: arodseth
Revision: 442941
upgpkg: gendesk 1.0.2-2
Modified:
gendesk/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-03-20 11:46:04 UTC (rev 442940)
+++ PKGBUILD 2019-03-20 12:02:58 UTC (rev 442941)
@@ -2,7 +2,7 @@
pkgname=gendesk
pkgver=1.0.2
-pkgrel=1
+pkgrel=2
pkgdesc='Utility for generating desktop files'
arch=('x86_64')
url='https://gendesk.roboticoverlords.org/'
@@ -22,7 +22,7 @@
build() {
cd $pkgname-$pkgver
- GOPATH="$PWD" go build -buildmode=pie -ldflags="-s -w"
+ GOPATH="$PWD" go build -buildmode=pie -gccgoflags="-s -w $LDFLAGS"
}
package() {
More information about the arch-commits
mailing list