summaryrefslogtreecommitdiff
path: root/community/teamspeak3-server/PKGBUILD
blob: cdeed180c8174b1405acb697d41d5300b1a21365 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
sha256sums_i686=('78b6fe92c51d68f86baee36fd45dda9602a609a2493c04f65125b5bfeee9df59')
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