summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2019-03-04 19:08:29 +0100
committerhaawda2019-03-04 19:08:29 +0100
commit74227707d1a2ff1e642b1b494a1783240c52d9f5 (patch)
tree660e2707ca875f6dc6e5f2ad2e4b3584b33848b8 /PKGBUILD
parent44fffe2d093fc1bede8da6a2a05d67c56fb4b357 (diff)
downloadaur-74227707d1a2ff1e642b1b494a1783240c52d9f5.tar.gz
initial upload
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index acd69ffc646d..1dff00f2d752 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,10 @@ pkgdesc="Emacs mode for the nim programming language"
arch=('any')
url="https://github.com/nim-lang/nim-mode"
license=('GPL3')
-depends=('emacs-dash' 'emacs-epc' 'emacs-ctable' 'emacs-epl' 'emacs-deferred' 'emacs-company-mode' 'emacs-commander' 'emacs-flycheck')
+conflicts=("${pkgname%-git}")
+provides=("${pkgname%-git}")
+depends=('emacs-dash' 'emacs-epc' 'emacs-ctable' 'emacs-epl' 'emacs-deferred' 'emacs-company-mode'
+ 'emacs-commander' 'emacs-flycheck')
source=("git+https://github.com/nim-lang/nim-mode.git" Makefile.patch)
sha256sums=('SKIP' '20fef5db29d67788dd22cbc9dd97dd2a778a66a0b6f0b80aa9776d08cadb4576')