summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d126bbcf9d4d..b9f099e55010 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = editorconfig-core-c-git
pkgdesc = EditorConfig core library written in C (for use by plugins supporting EditorConfig parsing)
pkgver = 0.12.1.r13.g1f2c30e
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/editorconfig/editorconfig-core-c
arch = i686
arch = x86_64
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"
}