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

Felix Yan felixonmars at archlinux.org
Wed Jul 18 06:29:19 UTC 2018


    Date: Wednesday, July 18, 2018 @ 06:29:19
  Author: felixonmars
Revision: 361762

Python 3.7 rebuild

Modified:
  luxrays/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-18 06:24:16 UTC (rev 361761)
+++ PKGBUILD	2018-07-18 06:29:19 UTC (rev 361762)
@@ -3,7 +3,7 @@
 pkgname='luxrays'
 pkgver=1.6
 _pkgver=61352e6aae3f
-pkgrel=19
+pkgrel=20
 pkgdesc="Accelerate the ray intersection process by using GPUs"
 arch=('x86_64')
 url="http://www.luxrender.net/"
@@ -49,8 +49,8 @@
   cp -a include "$pkgdir"/usr
 
   # install pyluxcore to the Python search path
-  install -d -m755 "$pkgdir"/usr/lib/python3.6/
-  mv "$pkgdir"/usr/lib/pyluxcore.so "$pkgdir"/usr/lib/python3.6/
+  install -d -m755 "$pkgdir"/usr/lib/python3.7/
+  mv "$pkgdir"/usr/lib/pyluxcore.so "$pkgdir"/usr/lib/python3.7/
 }
 
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list