[arch-commits] Commit in luxrays/trunk (PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sat Dec 24 15:33:53 UTC 2016


    Date: Saturday, December 24, 2016 @ 15:33:53
  Author: bpiotrowski
Revision: 201530

Python 3.6 rebuild

Modified:
  luxrays/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-24 15:27:54 UTC (rev 201529)
+++ PKGBUILD	2016-12-24 15:33:53 UTC (rev 201530)
@@ -3,7 +3,7 @@
 pkgname='luxrays'
 pkgver=1.6
 _pkgver=61352e6aae3f
-pkgrel=5
+pkgrel=6
 pkgdesc="Accelerate the ray intersection process by using GPUs"
 arch=('x86_64')
 url="http://www.luxrender.net/"
@@ -51,8 +51,8 @@
   cp -a include "$pkgdir"/usr
 
   # install pyluxcore to the Python search path
-  install -d -m755 "$pkgdir"/usr/lib/python3.5/
-  mv "$pkgdir"/usr/lib/pyluxcore.so "$pkgdir"/usr/lib/python3.5/
+  install -d -m755 "$pkgdir"/usr/lib/python3.6/
+  mv "$pkgdir"/usr/lib/pyluxcore.so "$pkgdir"/usr/lib/python3.6/
 }
 
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list