summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2019-05-25 21:48:18 +0200
committerbartus2019-05-25 21:48:18 +0200
commitf27df41da68ae149c5ba0eddf72182a9d1e50fbc (patch)
tree95716184e9d99909ba26632b57a02dc9a1e04190
parent809ed9c58625d0b5991e53a5915f2de45f59bb69 (diff)
downloadaur-f27df41da68ae149c5ba0eddf72182a9d1e50fbc.tar.gz
update version: 2.2beta1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3686ae9662c0..61e13fd40322 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = luxcorerender
pkgdesc = LuxCoreRender is a physically correct, unbiased rendering engine.
- pkgver = 2.2.alpha1
+ pkgver = 2.2.beta1
pkgrel = 1
epoch = 1
url = https://www.luxcorerender.org/
@@ -24,11 +24,11 @@ pkgbase = luxcorerender
optdepends = pyside2: for pyluxcoretools gui
provides = luxrays
conflicts = luxrays-hg
- source = https://github.com/LuxCoreRender/LuxCore/archive/luxcorerender_v2.2alpha1.tar.gz
+ source = https://github.com/LuxCoreRender/LuxCore/archive/luxcorerender_v2.2beta1.tar.gz
source = python.patch
source = glfw.patch
source = boost016900_serialization.patch
- md5sums = 028c799d069db672056deb81802a282d
+ md5sums = 550a4981ec8c1a0c81bf91c6f5ea83f2
md5sums = 8e2fd7337fe6afaf5b2801426837f600
md5sums = e2a20172b7b7ac92a7002b6218afe327
md5sums = 52f097678654151e2b5427d271a7e69d
diff --git a/PKGBUILD b/PKGBUILD
index 17497aea1ab7..5e014672106d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer : bartus <arch-user-repoᘓbartus.33mail.com>
pkgname=luxcorerender
pkgver=2.2
-_rel="alpha1"
+_rel="beta1"
[ -n "${_rel}" ] && _pkgver=${pkgver}${_rel} && pkgver+=".${_rel}" || _pkgver=${pkgver}
pkgrel=1
epoch=1
@@ -20,7 +20,7 @@ source=("https://github.com/LuxCoreRender/LuxCore/archive/${pkgname}_v${_pkgver}
"glfw.patch"
"boost016900_serialization.patch"
)
-md5sums=('028c799d069db672056deb81802a282d'
+md5sums=('550a4981ec8c1a0c81bf91c6f5ea83f2'
'8e2fd7337fe6afaf5b2801426837f600'
'e2a20172b7b7ac92a7002b6218afe327'
'52f097678654151e2b5427d271a7e69d')