Date: Friday, October 22, 2021 @ 15:00:44 Author: arodseth Revision: 1032430
Include both ctags and etags ref FS#72434 Modified: global/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-10-22 14:58:53 UTC (rev 1032429) +++ PKGBUILD 2021-10-22 15:00:44 UTC (rev 1032430) @@ -7,7 +7,7 @@ pkgname=global pkgver=6.6.7 -pkgrel=1 +pkgrel=2 pkgdesc='Source code tagging system' arch=(x86_64) url='https://www.gnu.org/software/global/' @@ -32,8 +32,9 @@ autoreconf -fi ./configure \ --prefix=/usr \ - --with-exuberant-ctags=/usr/bin/ctags \ - --with-sqlite3 + --with-exuberant-ctags=/usr/bin/etags \ + --with-sqlite3 \ + --with-universal-ctags=/usr/bin/ctags make }
