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

Lukas Jirkovsky stativ at nymeria.archlinux.org
Fri Mar 21 09:11:08 UTC 2014


    Date: Friday, March 21, 2014 @ 10:11:08
  Author: stativ
Revision: 108023

upgpkg: luxrender 1.3.1-5

fix the pytlux path for python 3.4

Modified:
  luxrender/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-21 08:59:42 UTC (rev 108022)
+++ PKGBUILD	2014-03-21 09:11:08 UTC (rev 108023)
@@ -5,7 +5,7 @@
 pkgname=luxrender
 pkgver=1.3.1
 _pkgver=d0b0e20c47cc
-pkgrel=4
+pkgrel=5
 pkgdesc="Rendering system for physically correct, unbiased image synthesis"
 arch=('i686' 'x86_64')
 url="http://www.luxrender.net/"
@@ -48,7 +48,7 @@
   [ "$CARCH" = "x86_64" ] && mv "$pkgdir"/usr/lib64 "$pkgdir"/usr/lib
 
   #install pylux
-  install -D -m644 pylux.so "$pkgdir"/usr/lib/python3.3/pylux.so
+  install -D -m644 pylux.so "$pkgdir"/usr/lib/python3.4/pylux.so
 }
 
 # vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list