summaryrefslogtreecommitdiff
path: root/community/dwarffortress/PKGBUILD
blob: ea117dc39671e8778c7a41e0e90c5670492fcb98 (plain)
1
2
3
4
5
6
7
for ((i=${#source[@]}; i>0; i--)); do
  if [ "${source[${i}]}" = "http://www.bay12games.com/dwarves/df_${_pkgver}_linux.tar.bz2" ]; then
    break;
  fi
done
source[${i}]="http://www.bay12games.com/dwarves/df_${_pkgver}_linux32.tar.bz2"
sha256sums[${i}]='06642ed3ee50992a9b2a6a1bd9fb61b9d2e4e72bd6dd05b40870d5a96343b93a'