mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/gendesk: fix
This commit is contained in:
parent
2294338bf0
commit
8f264df317
1 changed files with 2 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue