mupen64plus: fix archs= again and fix lint
This commit is contained in:
parent
8829fff47b
commit
6f7abe6ebc
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
pkgname=mupen64plus
|
||||
version=2.5.9
|
||||
revision=1
|
||||
nocross="yes"
|
||||
archs="x86_64* i686*"
|
||||
wrksrc="mupen64plus-bundle-src-${version}"
|
||||
hostmakedepends="pkg-config which nasm"
|
||||
makedepends="boost-devel SDL2-devel speexdsp-devel freetype-devel glu-devel libpng-devel libsamplerate-devel"
|
||||
|
@ -14,6 +14,7 @@ homepage="http://www.mupen64plus.org"
|
|||
distfiles="https://github.com/mupen64plus/mupen64plus-core/releases/download/${version}/${pkgname}-bundle-src-${version}.tar.gz"
|
||||
checksum=d5243ddc00388ee2e538b3826a78a719dec2bd5da54ac6f3344fed861fb141a8
|
||||
nopie=yes
|
||||
nocross=yes
|
||||
|
||||
CFLAGS="-fcommon"
|
||||
|
||||
|
|
Loading…
Reference in a new issue