community/gendesk: fix

This commit is contained in:
Kevin Mihelich 2019-09-17 04:26:39 +00:00
parent a98ea39e11
commit 673f5004d6

View file

@ -10,7 +10,7 @@ pkgdesc='Utility for generating desktop files'
arch=(x86_64)
url='https://gendesk.roboticoverlords.org/'
license=(MIT)
makedepends=(gcc-go)
makedepends=(go)
depends=(gcc-libs)
options=('!strip')
source=("https://roboticoverlords.org/$pkgname/$pkgname-$pkgver.tar.xz"{,.asc}
@ -22,7 +22,7 @@ sha256sums=('d3f2c1c3508a013bece9ef5cada26326a7dc1c0ff935861a6fe4a006ea7dbccf'
build() {
cd $pkgname-$pkgver
go build -mod=vendor -buildmode=pie -gccgoflags="-s -w $LDFLAGS"
go build -buildmode=pie -gccgoflags="-s -w $LDFLAGS"
}
package() {