community/gendesk to 1.0.5-2

This commit is contained in:
Kevin Mihelich 2020-05-08 17:12:39 +00:00
parent 5991c0cbc2
commit ca22416dbd

View file

@ -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() {