diff options
author | Márcio Alexandre Silva Delgado <coadde@adinet.com.uy> | 2012-08-01 21:26:16 -0300 |
---|---|---|
committer | Márcio Alexandre Silva Delgado <coadde@adinet.com.uy> | 2012-08-01 21:26:16 -0300 |
commit | 283ba6b5f63103403e4b908aa5c3d1b12eb6a689 (patch) | |
tree | 2b8be16720c488844b1a49b3686d49519ba70a03 | |
parent | fcd5a0c490ce3d5f0c171c974946b0f236627ea1 (diff) |
luxrays-libre: updating package
-rw-r--r-- | libre/luxrays-libre/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/luxrays-libre/PKGBUILD b/libre/luxrays-libre/PKGBUILD index 3a5654396..279e6622e 100644 --- a/libre/luxrays-libre/PKGBUILD +++ b/libre/luxrays-libre/PKGBUILD @@ -3,8 +3,8 @@ # Maintainer (Parabola): Márcio Silva <coadde@adinet.com.uy> _pkgname=luxrays pkgname=luxrays-libre -pkgver=1.0rc2 -_pkgver=8707be9e6dc9 +pkgver=1.0rc3 +_pkgver=eb749c000ffc pkgrel=1 epoch=0 pkgdesc="Accelerate the ray intersection process by using CPUs (without OpenCL)" @@ -17,7 +17,7 @@ replaces=('luxrays') conflicts=('luxrays') provides=("luxrays=$pkgver") source=(https://bitbucket.org/luxrender/luxrays/get/$_pkgver.tar.bz2) -md5sums=('b4f31563a8235a2791ab9df58be43adb') +md5sums=('f5f4b53df22a1c7ad301c78d046edd7d') build() { cd "$srcdir/luxrender-$_pkgname-$_pkgver" |