summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 29fc141effec..ff72838581e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=editorconfig-core-c-git
pkgver=0.12.1.r13.g1f2c30e
-pkgrel=1
+pkgrel=2
pkgdesc="EditorConfig core library written in C (for use by plugins supporting EditorConfig parsing)"
arch=('i686' 'x86_64')
url="https://github.com/editorconfig/editorconfig-core-c"
@@ -39,4 +39,8 @@ package() {
make DESTDIR="$pkgdir" install
install -Dm644 "../LICENSE" "$pkgdir/usr/share/licenses/editorconfig-core-c/LICENSE"
+
+ # name clash with python-editorconfig
+ # https://bugs.archlinux.org/task/53365
+ rm "$pkgdir/usr/bin/editorconfig"
}