summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--extra/libraw/PKGBUILD12
1 files changed, 12 insertions, 0 deletions
diff --git a/extra/libraw/PKGBUILD b/extra/libraw/PKGBUILD
new file mode 100644
index 00000000..218df18f
--- /dev/null
+++ b/extra/libraw/PKGBUILD
@@ -0,0 +1,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
+ '
+)"