summarylogtreecommitdiffstats
path: root/PKGBUILD.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD.tmpl')
-rw-r--r--PKGBUILD.tmpl7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD.tmpl b/PKGBUILD.tmpl
index 2cd8a4f2b3f5..3779011903d6 100644
--- a/PKGBUILD.tmpl
+++ b/PKGBUILD.tmpl
@@ -2,12 +2,13 @@
pkgname=code-minimap
pkgver={{PKGVER}}
pkgrel={{PKGREL}}
-pkgdesc="A high performance code minimap render"
+pkgdesc='A high performance code minimap render'
arch=(i686 x86_64)
url="https://github.com/wfxr/code-minimap"
-license=("MIT" "APACHE")
+license=('MIT' 'APACHE')
depends=()
-makedepends=("rust" "cargo")
+makedepends=('rust' 'cargo')
+conflicts=("${pkgname}-git" "${pkgname}-bin")
source=("https://github.com/wfxr/${pkgname}/archive/v${pkgver}.tar.gz")
md5sums=('{{MD5SUM}}')