mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/gendesk: fix
This commit is contained in:
parent
a98ea39e11
commit
673f5004d6
1 changed files with 2 additions and 2 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue