OpenRCT2: fix archs=noarch for the -data subpkg

This commit is contained in:
Jürgen Buchmüller 2020-01-26 21:24:06 +01:00
parent c722877ef8
commit 4cfceb8029

View file

@ -5,7 +5,7 @@ pkgname=OpenRCT2
_objects_version=1.0.12
_titles_version=0.1.2
version=0.2.4
revision=1
revision=2
build_style=cmake
configure_args="$(vopt_if multiplayer "" "-DDISABLE_HTTP_TWITCH=1 -DDISABLE_NETWORK=1")"
hostmakedepends="pkg-config unzip"
@ -49,7 +49,7 @@ post_extract() {
OpenRCT2-data_package() {
short_desc+=" - data files"
noarch=yes
archs=noarch
pkg_install() {
vmove usr/share/openrct2
}