diff options
-rw-r--r-- | libre/luxrays-libre/PKGBUILD | 8 | ||||
-rw-r--r-- | libre/luxrender-libre/PKGBUILD | 10 |
2 files changed, 9 insertions, 9 deletions
diff --git a/libre/luxrays-libre/PKGBUILD b/libre/luxrays-libre/PKGBUILD index 564ca267d..3a5654396 100644 --- a/libre/luxrays-libre/PKGBUILD +++ b/libre/luxrays-libre/PKGBUILD @@ -3,12 +3,12 @@ # Maintainer (Parabola): Márcio Silva <coadde@adinet.com.uy> _pkgname=luxrays pkgname=luxrays-libre -pkgver=1.0rc1 -_pkgver=396d39b06aa6 +pkgver=1.0rc2 +_pkgver=8707be9e6dc9 pkgrel=1 epoch=0 pkgdesc="Accelerate the ray intersection process by using CPUs (without OpenCL)" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.luxrender.net/" license=('GPL') depends=('freeimage' 'freeglut' 'glew') @@ -17,7 +17,7 @@ replaces=('luxrays') conflicts=('luxrays') provides=("luxrays=$pkgver") source=(https://bitbucket.org/luxrender/luxrays/get/$_pkgver.tar.bz2) -md5sums=('a96ac693ec2900d8d1b209f88edd7e94') +md5sums=('b4f31563a8235a2791ab9df58be43adb') build() { cd "$srcdir/luxrender-$_pkgname-$_pkgver" diff --git a/libre/luxrender-libre/PKGBUILD b/libre/luxrender-libre/PKGBUILD index 26395f4f3..c802e1200 100644 --- a/libre/luxrender-libre/PKGBUILD +++ b/libre/luxrender-libre/PKGBUILD @@ -4,11 +4,11 @@ # Contributor: Imanol Celaya <ornitorrincos@archlinux-es.org> # Maintainer (Parabola): Márcio Silva <coadde@adinet.com.uy> pkgname=luxrender-libre -pkgver=1.0rc1 -_pkgver=08ae99830f8e -pkgrel=1.1 +pkgver=1.0rc2 +_pkgver=008805644181 +pkgrel=1 pkgdesc="Rendering system for physically correct, unbiased image synthesis (without OpenCL)" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.luxrender.net/" license=('GPL') depends=('boost-libs' 'freeimage' 'openexr') @@ -19,7 +19,7 @@ replaces=('luxrender') conflicts=('luxrender') provides=("luxrender=$pkgver") source=(https://bitbucket.org/luxrender/lux/get/"$_pkgver".tar.bz2) -md5sums=('738616b55ac58c98de431b98f90a05fb') +md5sums=('1922ccce6f70e7d707b340e2415875cd') build() { cd "$srcdir"/luxrender-lux-$_pkgver |