summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Neidhardt2015-10-13 20:50:39 +0200
committerPierre Neidhardt2015-10-13 20:50:39 +0200
commit375033f782207025d9529071cd4ed0eebe7e0234 (patch)
tree75a7d1e7e5d1f75e42e11b701c16af9c4c7c52f4
parent3147771de3410e09731cb29ea127064d3e8f09ad (diff)
downloadaur-375033f782207025d9529071cd4ed0eebe7e0234.tar.gz
emacs-guess-style-git: Fix conflits/provides
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cdff2daa0f95..c2a277ec8ad4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,8 @@ pkgbase = emacs-guess-style-git
license = GPL3
makedepends = emacs
depends = emacs
+ provides = emacs-guess-style
+ conflicts = emacs-guess-style
source = git+https://github.com/nschum/guess-style.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 4c8a6bdc7bf4..9f24084b1388 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,9 @@ url="http://nschum.de/src/emacs/guess-style/"
license=("GPL3")
makedepends=("emacs")
depends=("emacs")
+depends=("emacs")
+conflicts=("emacs-guess-style")
+provides=("emacs-guess-style")
install="$pkgname.install"
source=("git+https://github.com/nschum/$_pkgname.git")
md5sums=("SKIP")