summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAttila Greguss2019-10-05 10:23:10 +0100
committerAttila Greguss2019-10-05 10:23:10 +0100
commit040e6aa70ab7dd649f24b40b7a3c2ab8f3dc9b54 (patch)
tree6538f03589247c72c9fdcd7c7bebfd6ddef32a4e /PKGBUILD
parent815cd62ffd341862147551843f84e226d4c754c9 (diff)
downloadaur-040e6aa70ab7dd649f24b40b7a3c2ab8f3dc9b54.tar.gz
Update Aspnet-Runtime supported architectures
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%+*}")