aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorossdev <ossdev@puresoftware.com>2019-06-20 18:31:24 +0530
committerLeo <thinkabit.ukim@gmail.com>2019-07-05 15:20:54 -0300
commit740ead41de77fafee61f85eae679b128c5328df0 (patch)
tree7e89c3f4a24069a89259eb75cc3df92811c26c93
parentef382a5bd995ea62c415672f306906d0c3556c54 (diff)
downloadaports-740ead41de77fafee61f85eae679b128c5328df0.tar.bz2
aports-740ead41de77fafee61f85eae679b128c5328df0.tar.xz
community/wine: enable aarch64
-rw-r--r--community/wine/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/wine/APKBUILD b/community/wine/APKBUILD
index b5e79037ec..60680c230b 100644
--- a/community/wine/APKBUILD
+++ b/community/wine/APKBUILD
@@ -10,7 +10,7 @@ _pkgver=${pkgver/_/-}
pkgrel=1
pkgdesc="A compatibility layer for running Windows programs"
url="https://www.winehq.org"
-arch="x86 x86_64"
+arch="x86 x86_64 aarch64"
license="LGPL-2.0-or-later"
options="!check" # As of 2.0.3 most of the tests fails
subpackages="$pkgname-dev $pkgname-doc $pkgname-libs"