summaryrefslogtreecommitdiff
path: root/core/gpgme/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2020-05-07 08:21:56 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2020-05-07 08:21:56 +0200
commitcd42c617972fbbd8636b46a3f132c1e06a9253b5 (patch)
tree0a12d9abd71ae7ceac948d7873689a9f4f6c9201 /core/gpgme/PKGBUILD
parent3676b2a4fa55e1d410493a5a26aa2cda21650dc8 (diff)
downloadpackages-cd42c617972fbbd8636b46a3f132c1e06a9253b5.tar.xz
core/gpgme: fix
Diffstat (limited to 'core/gpgme/PKGBUILD')
-rw-r--r--core/gpgme/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/gpgme/PKGBUILD b/core/gpgme/PKGBUILD
index cab15900..331b0334 100644
--- a/core/gpgme/PKGBUILD
+++ b/core/gpgme/PKGBUILD
@@ -43,7 +43,7 @@ makedepends_pentium4=("${makedepends_i686[@]}")
# temporarily ignore failing t-json (see FS#66572)
eval "$(
- declare -f build | \
+ declare -f check | \
sed '
s/make check/make check || true/
'