summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCraig Barnes2021-05-09 11:52:22 +0100
committerCraig Barnes2021-05-09 11:52:22 +0100
commitdad3421fe0c9a05d32c1b1022554ae6f35a762cc (patch)
tree30f33bf1f5a8b9822bc7229f934a5a988bc6b5ff
parentec916ca4722c644d02850fe1be80ba66a829a9ed (diff)
downloadaur-dad3421fe0c9a05d32c1b1022554ae6f35a762cc.tar.gz
Add "ctags" to optdepends
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7bf669310a8c..a4b5f0571711 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dte-git
pkgdesc = A small, configurable console text editor
- pkgver = 1.9.1+935+gc4bd66fa
+ pkgver = 1.10+19+g83a13ea0
pkgrel = 1
url = https://craigbarnes.gitlab.io/dte/
arch = x86_64
@@ -11,8 +11,9 @@ pkgbase = dte-git
makedepends = git
makedepends = bash-completion
depends = glibc
- optdepends = git: for builtin git-grep and git-open aliases
- optdepends = fzf: for builtin git-open alias
+ optdepends = ctags: for generating "tags" files for the tag command
+ optdepends = git: for the builtin git-grep and git-open aliases
+ optdepends = fzf: for the builtin git-open alias
provides = dte
conflicts = dte
source = git+https://gitlab.com/craigbarnes/dte.git
diff --git a/PKGBUILD b/PKGBUILD
index ed043e3801d0..1a3577a889ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Craig Barnes <craigbarnes@protonmail.com>
pkgname=dte-git
-pkgver=1.9.1+935+gc4bd66fa
+pkgver=1.10+19+g83a13ea0
pkgrel=1
pkgdesc='A small, configurable console text editor'
url='https://craigbarnes.gitlab.io/dte/'
@@ -8,8 +8,9 @@ arch=(x86_64 i686 armv7h aarch64)
license=(GPL2)
depends=(glibc)
optdepends=(
- 'git: for builtin git-grep and git-open aliases'
- 'fzf: for builtin git-open alias'
+ 'ctags: for generating "tags" files for the tag command'
+ 'git: for the builtin git-grep and git-open aliases'
+ 'fzf: for the builtin git-open alias'
)
makedepends=(git bash-completion)
conflicts=(dte)