summaryrefslogtreecommitdiff
path: root/community/teamspeak3-server/PKGBUILD
blob: 5526ebea74b1b8cfebf9e1d6b5e7300dd5fd7132 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
sha256sums_i686=('a6fe15326f9e9d4c6e710aa7abb6ef3340a56410532fd98eb0b6e6a20974c0da')
source_pentium4=("${source_i686[@]}")
sha256sums_pentium4=("${sha256sums_i686[@]}")

# set _TSARCH for pentium4 directly instead of trying to patch the
# if CARCH -> _TSRACH=...
if [ "${CARCH}" = "pentium4" ]; then
  eval "$(
    declare -f package | \
      sed '
	s/${_TSARCH}/x86/g
      '
  )"
fi