aboutsummaryrefslogtreecommitdiffstats
path: root/community/msgsl/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/msgsl/APKBUILD')
-rw-r--r--community/msgsl/APKBUILD10
1 files changed, 3 insertions, 7 deletions
diff --git a/community/msgsl/APKBUILD b/community/msgsl/APKBUILD
index c201e8fb7ac..d16bca8af7a 100644
--- a/community/msgsl/APKBUILD
+++ b/community/msgsl/APKBUILD
@@ -1,15 +1,11 @@
# Contributor: Zeyi Shen <qazxdrcssc2006@163.com>
# Maintainer: Zeyi Shen <qazxdrcssc2006@163.com>
pkgname=msgsl
-pkgver=3.1.0
+pkgver=4.0.0
pkgrel=0
pkgdesc="C++ Guideline Support Library implementation by Microsoft"
url="https://github.com/microsoft/GSL"
-# These functions don't work on the disabled arches since they cast variables
-# from 'const gsl::byte*' to 'const int*' which increases required alignment of
-# target type and produce a compile error.
-# See: https://github.com/microsoft/GSL/blob/v3.1.0/include/gsl/multi_span#L1670
-arch="noarch !armhf !armv7 !riscv64"
+arch="noarch"
license="MIT"
makedepends="cmake gtest"
source="$pkgname-$pkgver.tar.gz::https://github.com/microsoft/GSL/archive/v$pkgver.tar.gz"
@@ -33,5 +29,5 @@ package() {
}
sha512sums="
-2916df9ee165fc803ffae0a56518f2ba92870e279984913ff591559e1459943c3ffbc1f5a0d819ad8233f0c9034012de3616aa4e10557d87c7285d8425d10696 msgsl-3.1.0.tar.gz
+7fa7446796c6bf82fb3bff09f86a69c446a27be528bef3b17c8bc5ad2f24d5cf86bdb3d3813ecb44726e8f395020180e97e41027330d1fbf545cc0f0b44aac29 msgsl-4.0.0.tar.gz
"