summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbartus2019-11-18 14:29:24 +0100
committerbartus2019-11-18 14:29:24 +0100
commita5da4e53a01f4c2ca948cdd7a4fbc9ac17a6f1a3 (patch)
tree0a6add05a4136c4d5dadd6caa3033f5107b07480 /PKGBUILD
parenta3dad8baea1ae7da8a6ffa5afc9c281585f1d8b8 (diff)
downloadaur-a5da4e53a01f4c2ca948cdd7a4fbc9ac17a6f1a3.tar.gz
Switch md5sums to sha256sums.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e2daed955f3e..32c63a74d983 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,10 +16,9 @@ options=()
source=("${pkgname}::git+https://github.com/appleseedhq/appleseed.git${_fragment}"
"cmake.extra.install.dirs.remove.patch"
)
-md5sums=('SKIP'
- '667700dcf5d0e135ad17109877001ade'
- )
-
+sha256sums=('SKIP'
+ '87b987f006e45d11cc4dfec2bd37fd2b760fd2bdbf06f48e7d467cbca9b2b301')
+
#_pyver=$(python -c "from sys import version_info; print(\"%d.%d\" % (version_info[0],version_info[1]))")
#_pyver=$(pacman -Sddp --print-format %v python|grep -oP ^[0-9.]{3})
CMAKE_FLAGS=" -DWITH_EMBREE=ON \