summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSR_team2023-09-15 09:52:59 +0300
committerSR_team2023-09-15 09:52:59 +0300
commit02b9b9eae60ec5beb1201affc3cf06ed85e0db74 (patch)
tree1d63ce9a119fece8f59d706b87b882a98b63f65d
parent49e1f1062712bbeba6c7672ae1861ceae1fd3672 (diff)
downloadaur-02b9b9eae60ec5beb1201affc3cf06ed85e0db74.tar.gz
fix arm toolchain
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b2e931dc3282..70ff7ee8ecee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = msvc-wine-git
pkgdesc = MSVC compiler with CMake toolchains. Compiler work in Wine64
pkgver = 17.7.r4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/mstorsjo/msvc-wine
arch = x86_64
license = EULA
diff --git a/PKGBUILD b/PKGBUILD
index 546a3e2a8110..cca858e72cf5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=msvc-wine-git
pkgver=17.7.r4
-pkgrel=1
+pkgrel=2
pkgdesc='MSVC compiler with CMake toolchains. Compiler work in Wine64'
arch=('x86_64')
url='https://github.com/mstorsjo/msvc-wine'
@@ -31,7 +31,7 @@ prepare() {
declare -A _cmake_architectures
_cmake_architectures["x86"]="i686"
_cmake_architectures["x64"]="x86_64"
- _cmake_architectures["arm"]="arm64"
+ _cmake_architectures["arm"]="armv7a"
_cmake_architectures["arm64"]="aarch64"
for _arch in ${_architectures}; do