remove conficts array and add provides array
This commit is contained in:
parent
8abb1ecbc0
commit
70772806c8
2 changed files with 2 additions and 2 deletions
2
.SRCINFO
2
.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
|
||||
|
|
2
PKGBUILD
2
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'
|
||||
|
|
Loading…
Reference in a new issue