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