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