Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/glfw/PKGBUILD
blob: c1005d82665a40cae1c9643dac22d10565909da1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
eval "$(
  declare -f package_glfw-x11 | \
    sed '
      2 a arch=('"${arch[@]}"')
    '
  declare -f package_glfw-wayland | \
    sed '
      2 a arch=('"${arch[@]}"')
    '
  declare -f package_glfw-doc | \
    sed '
      2 a arch=(any)
    '
)"