summaryrefslogtreecommitdiff
path: root/extra/mariadb
diff options
context:
space:
mode:
Diffstat (limited to 'extra/mariadb')
-rw-r--r--extra/mariadb/PKGBUILD9
1 files changed, 9 insertions, 0 deletions
diff --git a/extra/mariadb/PKGBUILD b/extra/mariadb/PKGBUILD
index 3f6a4f9c..74c912d6 100644
--- a/extra/mariadb/PKGBUILD
+++ b/extra/mariadb/PKGBUILD
@@ -19,3 +19,12 @@ if [ "${CARCH}" = "i486" ]; then
'
)"
fi
+
+# temporarily skip signature check - remove, when upstream fixed the PKGBUILD
+if [ "$pkgver-$pkgrel" = '10.4.10-2' ]; then
+ unset source[1]
+ unset sha256sums[1]
+else
+ # let us fail horribly
+ unset build
+fi