Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/namcap/PKGBUILD
blob: 39f105873421983fcf1e3b4270273e887687bc2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# patch CARCH in tests for our sub-architectures
source+=('namcap-3.2.10-CARCH-test.patch')
sha256sums+=('0e11db9e1053da29fff139d4913b34dd986251579a3f48f26f6927396cd25631')

eval "$(
  declare -f prepare | \
    sed '
      $ i patch -Np1 -i "$srcdir/namcap-3.2.10-CARCH-test.patch" \
    '
)"

unset check
unset checkdepends