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

Laurent Carlier lcarlier at archlinux.org
Fri May 19 08:23:13 UTC 2017


    Date: Friday, May 19, 2017 @ 08:23:12
  Author: lcarlier
Revision: 296281

upgpkg: opencl-headers 2:2.2.20170516-1

update to 2.2 khronos git repo

Modified:
  opencl-headers/trunk/PKGBUILD

----------+
 PKGBUILD |   17 +++++------------
 1 file changed, 5 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-19 07:54:45 UTC (rev 296280)
+++ PKGBUILD	2017-05-19 08:23:12 UTC (rev 296281)
@@ -3,8 +3,8 @@
 # Contributor: Sylvain HENRY <hsyl20 at yahoo.fr>
 
 pkgname=opencl-headers
-pkgver=2.1.20161129 # date of the commit, branch 2.1
-pkgrel=2
+pkgver=2.2.20170516 
+pkgrel=1
 epoch=2
 pkgdesc='OpenCL (Open Computing Language) header files'
 arch=('any')
@@ -11,22 +11,15 @@
 url='https://www.khronos.org/registry/cl/'
 license=('custom')
 makedepends=(git python)
-source=('git+https://github.com/KhronosGroup/OpenCL-Headers.git#commit=abb2958'
-        'git+https://github.com/KhronosGroup/OpenCL-CLHPP.git#commit=d54d52c'
+source=('git+https://github.com/KhronosGroup/OpenCL-Headers.git#commit=ec2566b'
+        'git+https://github.com/KhronosGroup/OpenCL-CLHPP.git#commit=e250e2e'
         'LICENSE.txt')
 sha256sums=('SKIP'
             'SKIP'
             'd1059405dce021e0c0a7f7e01b48447e641477e0c14a9bc29983f4202b67c410')
 
-prepare() {
-  cd "${srcdir}"/OpenCL-CLHPP
-
-  # https://github.com/KhronosGroup/OpenCL-CLHPP/issues/26
-  git cherry-pick -n befe77b66fd3dd87ce9fef940e475cdc71d8bd9f
-}
-
 package() {
-  cd "${srcdir}"/OpenCL-Headers
+  cd "${srcdir}"/OpenCL-Headers/opencl22/CL
 
   install -dm755 "${pkgdir}"/usr/include/CL
 



More information about the arch-commits mailing list