index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | community/subdownloader/PKGBUILD | 10 |
diff --git a/community/subdownloader/PKGBUILD b/community/subdownloader/PKGBUILD new file mode 100644 index 00000000..4308c994 --- /dev/null +++ b/community/subdownloader/PKGBUILD @@ -0,0 +1,10 @@ +# Tests download a 64-bit Qt5 Python package from https://files.pythonhosted.org +# (see https://github.com/subdownloader/subdownloader/issues/30) +# => disabling all tests for now + +eval "$( + declare -f check | \ + sed ' + s/\(python setup.py test\)/#\1/ + ' +)" |