summaryrefslogtreecommitdiff
path: root/extra/pyalpm/PKGBUILD
blob: 085cb0096778d0f31b7270b1f4d51ace21c02e63 (plain)
1
2
3
4
5
6
7
8
9
10
# patch CARCH to i686 in tests (for them to work)
eval "$(
  declare -f check | \
    sed '
      s/$CARCH/i686/g
    '
)"

unset check
unset checkdepends