From b983c46d1ae8ea495a33e260642201ff9f350fa6 Mon Sep 17 00:00:00 2001 From: "Maxxi (none)" <git@qi0.de> Date: Wed, 26 Jun 2019 13:22:49 +0200 Subject: [PATCH] PKGBUILD: add provides and conflicts --- PKGBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index ed8cbd3..cffe9ba 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) -- GitLab