Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/core/libcap/PKGBUILD
blob: 59c6fcce7ca084b52e2e4392b44cff4d599c6a79 (plain)
1
2
3
4
# Go is not available on i686 and i486
if [ "$CARCH" = 'i686' -o "$CARCH" = 'i486' ]; then
  makedepends=(${makedepends[@]//go/})
fi