diff --git a/PKGBUILD b/PKGBUILD
index ed8cbd3224cf7d69882c4ff36e0a2d405c4ab499..cffe9ba48b2e957c8741965ee7723671fd9882ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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)