index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-05-03 10:58:19 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-05-03 10:58:19 +0200 |
commit | 79e7e2495c4e4d8336d9d8640149da7bfa9f1aa6 (patch) | |
tree | 537d3988fdf9677cbd1f2a02320a51147bd68298 /extra/python-beaker/PKGBUILD | |
parent | db116f344d936411b1648e39f50226dbbab6b930 (diff) | |
parent | 7ffe1a68efb230c3692bfdcf50366ab3397225ea (diff) |
-rw-r--r-- | extra/python-beaker/PKGBUILD | 12 |
diff --git a/extra/python-beaker/PKGBUILD b/extra/python-beaker/PKGBUILD new file mode 100644 index 00000000..a31189ea --- /dev/null +++ b/extra/python-beaker/PKGBUILD @@ -0,0 +1,12 @@ +checkdepends=( + $( + printf '%s\n' "${checkdepends[@]}" | \ + grep -vxF 'mongodb' + ) +) +eval "$( + declare -f check | \ + sed ' + s/ pifpaf run mongodb \([^-]\S* \+\|--\S\+ \+\)*--// + ' +)" |