index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-05-24 14:31:49 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-05-24 14:31:49 +0200 |
commit | 584940d2093d70edf51b3a1d6c315d6de4f7c90e (patch) | |
tree | b2158d95946937f990a2bbd9559b92ace1314968 | |
parent | 6b865887e630b2ff696b546aabad2a548a673795 (diff) |
-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/ + ' +)" |