summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoliathLabs2020-07-14 16:31:45 +0200
committerGoliathLabs2020-07-14 16:31:45 +0200
commit7523a0aedb4f840991c16e3829ac77a5fd6fe653 (patch)
tree6181f8ce6ab2131250cffc0a4dcae5b85d4b80b4
parentb185803d22b05860e9af97c09a7c31cbaa0f40f8 (diff)
downloadaur-7523a0aedb4f840991c16e3829ac77a5fd6fe653.tar.gz
Updated: 3.5.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3056edf88367..1f794d0ed54d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yafaray
pkgdesc = A free open-source montecarlo raytracing engine
- pkgver = 3.5.0
+ pkgver = 3.5.1
pkgrel = 1
url = http://yafaray.org/
arch = x86_64
@@ -15,9 +15,9 @@ pkgbase = yafaray
depends = qt5-base
optdepends = python: For Python bindings
optdepends = ruby: For Ruby bindings
- source = Core-3.5.0.tar.gz::https://github.com/YafaRay/Core/archive/v3.5.0.tar.gz
+ source = Core-3.5.1.tar.gz::https://github.com/YafaRay/Core/archive/v3.5.1.tar.gz
source = ruby-archhdrdir.patch
- sha256sums = d828e06338f4aebd96da18f6ed9d389f2bd8f470e9f5ca936e9df3bc4d04d2e3
+ sha256sums = a8fca4f67836e944f1f07e26effb06d760db243a997b127913b5541612467224
sha256sums = 7f1fe9814bdc7cf64775541b7e5635aa92fc809464462243fada653935aba3ce
pkgname = yafaray
diff --git a/PKGBUILD b/PKGBUILD
index 8580d0601e82..d86297e35ca6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Thomas Ascher <thomas.ascher@gmx.at>
pkgname=yafaray
-pkgver=3.5.0
+pkgver=3.5.1
pkgrel=1
pkgdesc="A free open-source montecarlo raytracing engine"
arch=('x86_64')
@@ -15,7 +15,7 @@ optdepends=('python: For Python bindings'
makedepends=('cmake' 'boost' 'swig' 'python' 'ruby')
source=("Core-${pkgver}.tar.gz::https://github.com/YafaRay/Core/archive/v${pkgver}.tar.gz"
"ruby-archhdrdir.patch")
-sha256sums=('d828e06338f4aebd96da18f6ed9d389f2bd8f470e9f5ca936e9df3bc4d04d2e3'
+sha256sums=('a8fca4f67836e944f1f07e26effb06d760db243a997b127913b5541612467224'
'7f1fe9814bdc7cf64775541b7e5635aa92fc809464462243fada653935aba3ce')
prepare() {