Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/skim/PKGBUILD
blob: ec2783a686490ded868eaded25d07330a0a58236 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# test fails, because 8589934592 does not fit in 32 bit

eval "$(
  {
    declare -f prepare \
    || printf 'prepare()\n{\n:\n}\n'
  } \
  | sed '
    2 a sed -i "s/8589934592\(.*\)8589934592/12345\112345/" "skim-$pkgver/src/util.rs"
  '
)"
eval "$(declare -f prepare | sed 's@$CARCH-unknown-linux-gnu@$(rustc -vV | sed -n "s/host: //p")@')"