Skip to content
Snippets Groups Projects
Commit b983c46d authored by Maximillian Bensch's avatar Maximillian Bensch
Browse files

PKGBUILD: add provides and conflicts

parent 06590bd4
No related branches found
No related tags found
No related merge requests found
...@@ -2,13 +2,15 @@ ...@@ -2,13 +2,15 @@
pkgname=eclfft-git pkgname=eclfft-git
_pkgname=libclfft _pkgname=libclfft
pkgver=r63.7439e79 pkgver=r63.7439e79
pkgrel=1 pkgrel=2
pkgdesc="OpenCL FFT library from the Einstein@Home project, derived from clFFT by Apple" pkgdesc="OpenCL FFT library from the Einstein@Home project, derived from clFFT by Apple"
arch=("i686" "x86_64") arch=("i686" "x86_64")
url="https://gitlab.aei.uni-hannover.de/einsteinathome/libclfft" url="https://gitlab.aei.uni-hannover.de/einsteinathome/libclfft"
license=('unknown') license=('unknown')
depends=('ocl-icd') depends=('ocl-icd')
makedepends=('opencl-headers') makedepends=('opencl-headers')
provides=('eclfft')
conflicts=('eclfft')
source=("git+https://gitlab.aei.uni-hannover.de/einsteinathome/libclfft.git") source=("git+https://gitlab.aei.uni-hannover.de/einsteinathome/libclfft.git")
md5sums=(SKIP) md5sums=(SKIP)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment