community/gendesk: fix

This commit is contained in:
Kevin Mihelich 2018-05-10 23:43:53 +00:00
parent 2294338bf0
commit 8f264df317

View file

@ -3,6 +3,7 @@
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - !strip option, stripped binary fails under ARM
# - build with go instead of gcc-go
pkgname=gendesk
pkgver=0.7
@ -11,7 +12,7 @@ pkgdesc='Utility for generating desktop files'
arch=('x86_64')
url='http://gendesk.roboticoverlords.org/'
license=('MIT')
makedepends=('gcc-go' 'git' 'mercurial')
makedepends=('go' 'git' 'mercurial')
options=('!strip')
source=("http://roboticoverlords.org/$pkgname/$pkgname-$pkgver.tar.xz"{,.asc}
'http://roboticoverlords.org/images/default.png')