summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2019-11-18 14:29:24 +0100
committerbartus2019-11-18 14:29:24 +0100
commita5da4e53a01f4c2ca948cdd7a4fbc9ac17a6f1a3 (patch)
tree0a6add05a4136c4d5dadd6caa3033f5107b07480
parenta3dad8baea1ae7da8a6ffa5afc9c281585f1d8b8 (diff)
downloadaur-a5da4e53a01f4c2ca948cdd7a4fbc9ac17a6f1a3.tar.gz
Switch md5sums to sha256sums.
-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 \