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

Bruno Pagani archange at archlinux.org
Sun Oct 20 21:19:19 UTC 2019


    Date: Sunday, October 20, 2019 @ 21:19:19
  Author: archange
Revision: 517988

PKGBUILD cleaning

Modified:
  beignet/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-20 21:02:21 UTC (rev 517987)
+++ PKGBUILD	2019-10-20 21:19:19 UTC (rev 517988)
@@ -1,4 +1,4 @@
-# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) <archange at archlinux.org>
+# Maintainer: Bruno Pagani <archange at archlinux.org>
 # Contributor: Antoine Lubineau <antoine at lubignon.info>
 # Contributor: Leopold Bloom <blinxwang at gmail.com>
 # Contributor: Michal Krenek (a.k.a. Mikos) <m.krenek at gmail.com>
@@ -7,13 +7,13 @@
 pkgver=1.3.2+12+gfc5f430c
 pkgrel=3
 pkgdesc="An open source OpenCL implementation for Intel IvyBridge & Haswell iGPUs"
-arch=('x86_64')
+arch=(x86_64)
 url="https://01.org/${pkgname}"
-license=('LGPL')
-depends=('glu' 'llvm-libs' 'clang' 'mesa' 'opencl-headers')
-makedepends=('git' 'llvm' 'cmake' 'python' 'ocl-icd')
-provides=('opencl-intel' 'opencl-driver')
-conflicts=('opencl-intel')
+license=(LGPL)
+depends=(glu llvm-libs clang mesa opencl-headers)
+makedepends=(git llvm cmake python ocl-icd)
+provides=(opencl-intel opencl-driver)
+conflicts=(opencl-intel)
 _commit=fc5f430cb7b7a8f694d86acbb038bd5b38ec389c  # master as of 2018-08-20
 source=("git+https://anongit.freedesktop.org/git/beignet.git#commit=$_commit"
         'llvm8.patch'



More information about the arch-commits mailing list