summaryrefslogtreecommitdiff
path: root/community/nvidia-cg-toolkit/PKGBUILD
blob: edbe23f67da190e6baf4ace443b686d508ba0037 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
source_i686=(
  $(
    printf '%s\n' "${source_x86_64[@]}" | \
      sed '
        s/_x86_64\.tgz$/_x86.tgz/
        t
        d
      '
  )
)
md5sums_i686=(
  '9a9fc5108154808f3b10eafa54df1c74'
)
source_pentium4=("${source_i686[@]}")
md5sums_pentium4=("${md5sums_i686[@]}")