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

Sven-Hendrik Haase svenstaro at archlinux.org
Thu Jan 8 12:02:40 UTC 2015


    Date: Thursday, January 8, 2015 @ 13:02:40
  Author: svenstaro
Revision: 125590

upgpkg: openshadinglanguage 1.5.12-1

upstream release 1.5.12

Modified:
  openshadinglanguage/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-08 11:43:46 UTC (rev 125589)
+++ PKGBUILD	2015-01-08 12:02:40 UTC (rev 125590)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
 pkgname=openshadinglanguage
-pkgver=1.5.11
+pkgver=1.5.12
 pkgrel=1
 pkgdesc="Advanced shading language for production GI renderers"
 arch=(i686 x86_64)
@@ -9,16 +9,12 @@
 license=('custom')
 depends=('boost-libs' 'openimageio' 'openexr' 'intel-tbb' 'freetype2' 'libpng' 'libtiff' 'llvm')
 makedepends=('boost' 'cmake' 'clang')
-source=(https://github.com/imageworks/OpenShadingLanguage/archive/Release-${pkgver}.tar.gz
-        https://github.com/imageworks/OpenShadingLanguage/pull/429.patch)
-md5sums=('ec241cb96d2a51d89db4e5cf7b858e18'
-         'cd469f088d3054783e9e53b894d4d182')
+source=(https://github.com/imageworks/OpenShadingLanguage/archive/Release-${pkgver}.tar.gz)
+md5sums=('484752a0f97df55962c3a667075deddc')
 
 build() {
   cd OpenShadingLanguage-Release-$pkgver
 
-  patch -Np1 < $srcdir/429.patch
-
   cd src
 
   [[ -d build ]] && rm -r build



More information about the arch-commits mailing list