diff options
author | Daniel Bermond | 2019-03-23 18:50:20 +0000 |
---|---|---|
committer | Daniel Bermond | 2019-03-23 18:50:20 +0000 |
commit | 90371db3d4012d27d858f714f4da67a5eaebfb33 (patch) | |
tree | a971b5b49b1fc91f13b3b1f0b6f516f6c7f81978 /PKGBUILD | |
parent | d3f4ecafe02c1881fb44aa3ac23ae2382c0bf9e8 (diff) | |
download | aur-90371db3d4012d27d858f714f4da67a5eaebfb33.tar.gz |
conflicts: remove compute-runtime
Package compute-runtime now depends on intel-graphics-compiler
(igc) and will no longer build/install the files from igc[1].
References
----------
[1] https://aur.archlinux.org/cgit/aur.git/commit/?h=compute-runtime&id=c71cfb515ae948e6e75595adc76e90f289419cdd
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,14 +4,14 @@ pkgname=intel-graphics-compiler-bin pkgver=19.11.15884 _srcver="$(printf '%s' "$pkgver" | sed 's/\(\.\)\([0-9]*\)$/-\2/')" _igcver=2019-03-12 -pkgrel=1 +pkgrel=2 pkgdesc='Intel Graphics Compiler for OpenCL (pre-compiled binaries)' arch=('x86_64') url='https://github.com/intel/intel-graphics-compiler/' license=('MIT') depends=('gcc-libs' 'zlib') provides=('intel-graphics-compiler') -conflicts=('intel-graphics-compiler' 'compute-runtime') +conflicts=('intel-graphics-compiler') options=('!strip' '!emptydirs') source=("https://github.com/intel/intel-graphics-compiler/releases/download/igc_release_${_igcver}/intel-igc-core_${_srcver}_amd64.deb" "https://github.com/intel/intel-graphics-compiler/releases/download/igc_release_${_igcver}/intel-igc-media_${_srcver}_amd64.deb" |