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 = glibc
|
||||||
depends = pcsclite
|
depends = pcsclite
|
||||||
optdepends = ccid: PC/SC reader generic dsudriver
|
optdepends = ccid: PC/SC reader generic dsudriver
|
||||||
conflicts = oscam-svn
|
provides = ncam
|
||||||
backup = etc/ncam/ncam.conf
|
backup = etc/ncam/ncam.conf
|
||||||
source = ncam-git::git+https://github.com/fairbird/NCam.git
|
source = ncam-git::git+https://github.com/fairbird/NCam.git
|
||||||
source = ncam.service
|
source = ncam.service
|
||||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -12,7 +12,7 @@ license=('GPL3')
|
||||||
depends=('libusb' 'openssl' 'glibc' 'pcsclite')
|
depends=('libusb' 'openssl' 'glibc' 'pcsclite')
|
||||||
makedepends=('git')
|
makedepends=('git')
|
||||||
optdepends=('ccid: PC/SC reader generic dsudriver')
|
optdepends=('ccid: PC/SC reader generic dsudriver')
|
||||||
conflicts=('oscam-svn')
|
provides=('ncam')
|
||||||
backup=('etc/ncam/ncam.conf')
|
backup=('etc/ncam/ncam.conf')
|
||||||
source=("$pkgname::git+https://github.com/fairbird/NCam.git"
|
source=("$pkgname::git+https://github.com/fairbird/NCam.git"
|
||||||
'ncam.service'
|
'ncam.service'
|
||||||
|
|
Loading…
Reference in a new issue