[arch-commits] Commit in gendesk/trunk (PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Fri May 8 16:31:53 UTC 2020


    Date: Friday, May 8, 2020 @ 16:31:53
  Author: bpiotrowski
Revision: 625714

upgpkg: gendesk 1.0.5-2

Modified:
  gendesk/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-08 15:12:47 UTC (rev 625713)
+++ PKGBUILD	2020-05-08 16:31:53 UTC (rev 625714)
@@ -2,13 +2,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=(gcc-go)
-depends=(gcc-libs)
+makedepends=(go)
+depends=(glibc)
 source=("https://roboticoverlords.org/$pkgname/$pkgname-$pkgver.tar.xz"{,.asc}
         'https://roboticoverlords.org/images/default.png')
 validpgpkeys=('962855F072C7A01846405864FCF3C8CB5CF9C8D4')
@@ -18,7 +18,7 @@
 
 build() {
   cd $pkgname-$pkgver
-  go build -mod=vendor -buildmode=pie -gccgoflags="-s -w $LDFLAGS"
+  go build -v -mod=vendor -trimpath -buildmode=pie -ldflags="-s -w -extldflags $LDFLAGS"
 }
 
 package() {



More information about the arch-commits mailing list