diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-10-03 02:18:36 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-10-03 07:41:13 -0300 |
commit | a34b81d7aa09e9ff8814d37a154f8b37ceacc087 (patch) | |
tree | 395e82844563e6bafb9f76d134a3a5a46c7fb692 /libre | |
parent | 840d73aa3e15a1d0e7463caacfe2f62b3170e2b7 (diff) | |
download | abslibre-a34b81d7aa09e9ff8814d37a154f8b37ceacc087.tar.gz abslibre-a34b81d7aa09e9ff8814d37a154f8b37ceacc087.tar.bz2 abslibre-a34b81d7aa09e9ff8814d37a154f8b37ceacc087.zip |
luxrays-1.5-2.parabola1: python 3.5 rebuild
Diffstat (limited to 'libre')
-rw-r--r-- | libre/luxrays/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libre/luxrays/PKGBUILD b/libre/luxrays/PKGBUILD index 596bedbe0..b3ff19c82 100644 --- a/libre/luxrays/PKGBUILD +++ b/libre/luxrays/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 138970 2015-08-30 09:36:35Z stativ $ +# $Id: PKGBUILD 141408 2015-09-21 19:50:34Z stativ $ # Maintainer (Arch): Lukas Jirkovsky <l.jirkovsky@gmail.com> # Maintainer: Márcio Silva <coadde@parabola.nu> pkgname='luxrays' pkgver=1.5 _pkgver=53c0b9a41ea2 -pkgrel=1.parabola1 +pkgrel=2.parabola1 pkgdesc="Accelerate the ray intersection process by using GPUs, with opencl-mesa recommendation" arch=('x86_64') url="http://www.luxrender.net/" @@ -46,8 +46,8 @@ package() { cp -a include "$pkgdir"/usr # install pyluxcore to the Python search path - install -d -m755 "$pkgdir"/usr/lib/python3.4/ - mv "$pkgdir"/usr/lib/pyluxcore.so "$pkgdir"/usr/lib/python3.4/ + install -d -m755 "$pkgdir"/usr/lib/python3.5/ + mv "$pkgdir"/usr/lib/pyluxcore.so "$pkgdir"/usr/lib/python3.5/ } # vim:set ts=2 sw=2 et: |