summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 54ea5b1af50b..81724627778b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -45,6 +45,7 @@ package_dotnet-runtime-bin() {
}
package_aspnet-runtime-bin() {
+ arch=('x86_64' 'armv7h')
pkgdesc='The ASP.NET Core runtime (binary)'
depends=('dotnet-runtime=3.0.100')
provides=("aspnet-runtime=${pkgver%+*}")