blob: 218df18f9f7524dc4517167bc653e07c56c2581b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# wrong broken download location, see https://bugs.archlinux.org/task/63361
source[0]='https://www.libraw.org/data/LibRaw-0.19.3.tar.gz'
sha256sums[0]='fd96d6188b8539e0724c89cfa9de392eb28ea71db117ef0661846d76cdc24177'
# mkdist.sh is NOT part of a released tarball, see https://bugs.archlinux.org/task/63362
eval "$(
declare -f build | \
sed '
/mkdist.sh/d
'
)"
|