summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5d711191366..ad4f8b89dc97 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -25,8 +25,8 @@ pkgbase = appleseed-git
conflicts = appleseed
source = appleseed-git::git+https://github.com/appleseedhq/appleseed.git
source = cmake.extra.install.dirs.remove.patch
- md5sums = SKIP
- md5sums = 667700dcf5d0e135ad17109877001ade
+ sha256sums = SKIP
+ sha256sums = 87b987f006e45d11cc4dfec2bd37fd2b760fd2bdbf06f48e7d467cbca9b2b301
pkgname = appleseed-git
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 \