summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--extra/mariadb/PKGBUILD11
1 files changed, 0 insertions, 11 deletions
diff --git a/extra/mariadb/PKGBUILD b/extra/mariadb/PKGBUILD
index 3dd90d40..3f6a4f9c 100644
--- a/extra/mariadb/PKGBUILD
+++ b/extra/mariadb/PKGBUILD
@@ -19,14 +19,3 @@ 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]
- source=("${source[@]}")
- sha256sums=("${sha256sums[@]}")
-else
- # let us fail horribly
- unset build
-fi