From 70772806c8c986c6f08dac597c760ade6fce5ab7 Mon Sep 17 00:00:00 2001 From: horstderheld Date: Mon, 24 Jul 2023 02:18:50 +0200 Subject: [PATCH] remove conficts array and add provides array --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index c520e2f..1fa4d72 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -16,7 +16,7 @@ pkgbase = ncam-git depends = glibc depends = pcsclite optdepends = ccid: PC/SC reader generic dsudriver - conflicts = oscam-svn + provides = ncam backup = etc/ncam/ncam.conf source = ncam-git::git+https://github.com/fairbird/NCam.git source = ncam.service diff --git a/PKGBUILD b/PKGBUILD index b967e78..809556d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -12,7 +12,7 @@ license=('GPL3') depends=('libusb' 'openssl' 'glibc' 'pcsclite') makedepends=('git') optdepends=('ccid: PC/SC reader generic dsudriver') -conflicts=('oscam-svn') +provides=('ncam') backup=('etc/ncam/ncam.conf') source=("$pkgname::git+https://github.com/fairbird/NCam.git" 'ncam.service'