summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2019-01-03 22:32:28 +0100
committerhaawda2019-01-03 22:32:28 +0100
commit4c1a986296632c7c644df7284dcc7b7c839549c4 (patch)
treed63d43dd0ef789fd01b48901214c453566ac4a78 /PKGBUILD
parenta2442b291697cc70ced03637c335b1654699c27f (diff)
downloadaur-emacs-flycheck-git.tar.gz
fix provides/conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2bef8bc7b07a..74e07dc409d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,8 +13,8 @@ arch=('any')
license=('GPL3')
depends=('emacs' 'emacs-dash' 'emacs-pkg-info')
makedepends=('git')
-provides=('flycheck')
-conflicts=('flycheck')
+provides=('flycheck' 'emacs-flycheck')
+conflicts=('flycheck' 'emacs-flycheck')
source=("git+https://github.com/${_gituser}/${_gitrepo}.git")
sha256sums=('SKIP')