nano-syntax-highlighting: don't conflict with self
provides/conflicts seem to be left over from -git package. failure: nano-syntax-highlighting: circular reference nano-syntax-highlighting in provided packages failure: nano-syntax-highlighting: circular reference nano-syntax-highlighting in conflicted packages
This commit is contained in:
@@ -4,7 +4,7 @@ pkgname=nano-syntax-highlighting
|
||||
conflicts=(${pkgname}-git)
|
||||
replaces=(${pkgname}-git)
|
||||
pkgver=2020.10.10
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Nano editor syntax highlighting enhancements"
|
||||
arch=('any')
|
||||
depends=('nano')
|
||||
@@ -12,8 +12,6 @@ makedepends=('git')
|
||||
url="https://github.com/scopatz/nanorc"
|
||||
license=('custom')
|
||||
install=nano-syntax-highlighting.install
|
||||
provides=('nano-syntax-highlighting')
|
||||
conflicts=('nano-syntax-highlighting')
|
||||
source=(https://github.com/scopatz/nanorc/releases/download/2020.10.10/nanorc-${pkgver}.tar.gz
|
||||
'nanorc.sample')
|
||||
sha256sums=('cd674e9eb230e4ba306b418c22d1891d93a3d2ffdf22234748d3398da50dfe64'
|
||||
|
||||
Reference in New Issue
Block a user