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:
jeremyd2019
2020-11-01 16:10:11 -08:00
committed by GitHub
parent 2de64764d5
commit 3bcc6e5ce2

View File

@@ -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'