summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD9
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b2e03eb1a0a..d1c694bcbdf2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,8 @@
pkgbase = luxcorerender
pkgdesc = LuxCoreRender is a physically correct, unbiased rendering engine.
- pkgver = 2.1.beta3
- pkgrel = 4
+ pkgver = 2.1
+ pkgrel = 5
+ epoch = 1
url = https://www.luxcorerender.org/
arch = x86_64
license = Apache
@@ -22,10 +23,10 @@ pkgbase = luxcorerender
provides = luxrays
conflicts = luxrays-hg
options = !buildflags
- source = https://github.com/LuxCoreRender/LuxCore/archive/luxcorerender_v2.1beta3.tar.gz
+ source = https://github.com/LuxCoreRender/LuxCore/archive/luxcorerender_v2.1.tar.gz
source = python.patch
source = glfw.patch
- md5sums = 2a31b72365744ae84eaffd677840aa9b
+ md5sums = 04f51b65e99a9979befae3298206cdac
md5sums = 21b963e5f66d2c8c6a50bebcf9f0fe07
md5sums = 624f2be4cb431f6a4cfcc968d6263ac2
diff --git a/PKGBUILD b/PKGBUILD
index 9f771c94ba32..e3795a144e6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
# Maintainer : bartus <arch-user-repoᘓbartus.33mail.com>
pkgname=luxcorerender
pkgver=2.1
-_rel="beta3"
-[ -n ${_rel} ] && _pkgver=${pkgver}${_rel} && pkgver+=".${_rel}"
-pkgrel=4
+#_rel="beta3"
+[ -n "${_rel}" ] && _pkgver+=${_rel} && pkgver+=".${_rel}" || _pkgver=${pkgver}
+pkgrel=5
+epoch=1
pkgdesc="LuxCoreRender is a physically correct, unbiased rendering engine."
arch=('x86_64')
url="https://www.luxcorerender.org/"
@@ -19,7 +20,7 @@ source=("https://github.com/LuxCoreRender/LuxCore/archive/${pkgname}_v${_pkgver}
"python.patch"
"glfw.patch"
)
-md5sums=('2a31b72365744ae84eaffd677840aa9b'
+md5sums=('04f51b65e99a9979befae3298206cdac'
'21b963e5f66d2c8c6a50bebcf9f0fe07'
'624f2be4cb431f6a4cfcc968d6263ac2')