summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2019-01-03 22:32:28 +0100
committerhaawda2019-01-03 22:32:28 +0100
commit4c1a986296632c7c644df7284dcc7b7c839549c4 (patch)
treed63d43dd0ef789fd01b48901214c453566ac4a78
parenta2442b291697cc70ced03637c335b1654699c27f (diff)
downloadaur-emacs-flycheck-git.tar.gz
fix provides/conflicts
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d5a6b06556fa..07ca28633f6a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,9 @@ pkgbase = emacs-flycheck-git
depends = emacs-dash
depends = emacs-pkg-info
provides = flycheck
+ provides = emacs-flycheck
conflicts = flycheck
+ conflicts = emacs-flycheck
source = git+https://github.com/flycheck/flycheck.git
sha256sums = SKIP
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')