summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdam S Levy2018-03-20 22:06:06 -0800
committerAdam S Levy2018-03-20 22:06:38 -0800
commit6f25d02346f9d82cb316e6baa960534e6a5ba0db (patch)
tree725d73aff970deea8d6792d3cf2a7de9cdea52cf /PKGBUILD
parent74620baa9bfa0bdb7bddf989ba741a926938e47e (diff)
downloadaur-6f25d02346f9d82cb316e6baa960534e6a5ba0db.tar.gz
upgpkg: vim-tickscript-git r8.399e332-2
Add optional dependency tickfmt
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6af2d5a0e460..647009e0e88e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname=vim-tickscript-git
_pkgname=${pkgname%-git}
pkgver=r8.399e332
-pkgrel=1
+pkgrel=2
pkgdesc="Vim syntax highlighting for TICKscript"
arch=('any')
url="https://github.com/nathanielc/vim-tickscript"
license=('MIT')
depends=('vim')
+optdepends=('tickfmt')
makedepends=('git')
provides=("$_pkgname")
conflicts=("$_pkgname")