summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e5199f8933a..6828ce9b318e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = appleseed-git
pkgdesc = physically-based global illumination rendering engine primarily designed for animation and visual effects.
- pkgver = 2.0.0.beta.r297.g94b600d49
+ pkgver = 2.0.0.beta.r408.gffce4b2da
pkgrel = 1
epoch = 1
url = https://appleseedhq.net
@@ -28,7 +28,7 @@ pkgbase = appleseed-git
source = https://github.com/appleseedhq/appleseed/pull/2526.diff
md5sums = SKIP
md5sums = 1cc8d927665c126dde4d1135e500c0dc
- md5sums = 55ae4d9dca2d3bbdeb6bbbd58c5d1094
+ md5sums = 0414eb9eae969118a118c82ac9d47512
pkgname = appleseed-git
diff --git a/PKGBUILD b/PKGBUILD
index 4b2f378d2c79..4dcbc47c917c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer : bartus <arch-user-repoᘓbartus.33mail.com>
pkgname=appleseed-git
#_fragment="#branch=2.0.5-beta-maintenance"
-pkgver=2.0.0.beta.r297.g94b600d49
+pkgver=2.0.0.beta.r408.gffce4b2da
pkgrel=1
epoch=1
pkgdesc="physically-based global illumination rendering engine primarily designed for animation and visual effects. "
@@ -19,7 +19,7 @@ source=("${pkgname}::git+https://github.com/appleseedhq/appleseed.git${_fragment
)
md5sums=('SKIP'
'1cc8d927665c126dde4d1135e500c0dc'
- '55ae4d9dca2d3bbdeb6bbbd58c5d1094')
+ '0414eb9eae969118a118c82ac9d47512')
#_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})