diff options
author | root <root@rshg054.dnsready.net> | 2012-09-13 00:04:38 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-09-13 00:04:38 +0000 |
commit | 843685ce9dd76d37a4c7b0230eacb6d26bdf30dd (patch) | |
tree | 9151f782b8f347cf28e0f398341441d659f41f4a /community/luxrender | |
parent | 21c375ba65c4730e25cd0b135aff7811bf28c77a (diff) |
Thu Sep 13 00:04:37 UTC 2012
Diffstat (limited to 'community/luxrender')
-rw-r--r-- | community/luxrender/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/luxrender/PKGBUILD b/community/luxrender/PKGBUILD index 243906b9e..c3211a00e 100644 --- a/community/luxrender/PKGBUILD +++ b/community/luxrender/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 75915 2012-09-05 11:28:27Z stativ $ +# $Id: PKGBUILD 76093 2012-09-11 09:48:44Z stativ $ # Maintainer: Lukas Jirkovsky <l.jirkovsky@gmail.com> # Initial contributor: flixie <69one@gmx.net> # Contributor: Imanol Celaya <ornitorrincos@archlinux-es.org> pkgname=luxrender -pkgver=1.0rc4 -_pkgver=0b4c3e188707 +pkgver=1.0 +_pkgver=a041e87b9732 pkgrel=1 pkgdesc="Rendering system for physically correct, unbiased image synthesis" arch=('i686' 'x86_64') @@ -19,7 +19,7 @@ optdepends=('luxblend25: Blender exporter' 'qt: Qt GUI' \ makedepends=('cmake' 'boost' 'qt' "luxrays=$pkgver" 'python' 'opencl-headers') source=(https://bitbucket.org/luxrender/lux/get/$_pkgver.tar.bz2 \ boost_1.50_fix.diff) -md5sums=('0578f2500f51363ab4d8ea5004fea9dc' +md5sums=('28228a8ef311aa5e665e7b9d3708b026' '4cddc606ef3ea7f0bbbc9b3415be38b0') build() { |