summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex Hirzel2022-06-27 18:29:21 -0400
committerAlex Hirzel2022-06-27 18:29:21 -0400
commit1d337fa565f469590e8baf6a5b4d2774f06421d6 (patch)
tree6765f7584fd0ae54415a2f1c9d64e295e138f0ad /PKGBUILD
parentb0f2bc52e00995de80c2ca583ab9a7e0181043cd (diff)
downloadaur-1d337fa565f469590e8baf6a5b4d2774f06421d6.tar.gz
add cuda dependency, bump pkgrel, update srcinfo
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e62e3a43c2ab..b004475b63ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=mitsuba2-git
pkgver=2.2.1.r39.g83d1b180
-pkgrel=1
+pkgrel=2
pkgdesc="A Retargetable Forward and Inverse Renderer"
arch=('x86_64')
url="https://www.mitsuba-renderer.org/"
license=('custom')
groups=()
-depends=('libpng' 'libjpeg-turbo' 'libc++' 'pybind11' 'pugixml')
+depends=('libpng' 'libjpeg-turbo' 'libc++' 'pybind11' 'pugixml' 'cuda')
makedepends=('clang' 'git' 'cmake' 'ninja' 'patchelf' 'python' 'python-sphinx' 'python-guzzle-sphinx-theme' 'python-sphinxcontrib-bibtex' 'jq')
checkdepends=('python-pytest' 'python-pytest-xdist' 'python-numpy')
install=