aboutsummaryrefslogtreecommitdiffstats
path: root/main/ctags
diff options
context:
space:
mode:
Diffstat (limited to 'main/ctags')
-rw-r--r--main/ctags/APKBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/main/ctags/APKBUILD b/main/ctags/APKBUILD
index 81d0d197e3..fb8d59a492 100644
--- a/main/ctags/APKBUILD
+++ b/main/ctags/APKBUILD
@@ -9,7 +9,7 @@ pkgdesc="Generator of tags for all types of C/C++ languages"
url="https://ctags.io/"
arch="all"
license="GPL-2.0-or-later"
-checkdepends="diffutils python"
+checkdepends="diffutils python2"
makedepends="autoconf automake pkgconf py3-docutils"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/universal-ctags/ctags/archive/$_commit.tar.gz"
@@ -21,7 +21,6 @@ builddir="$srcdir"/$pkgname-$_commit
prepare() {
default_prepare
- cd "$builddir"
./autogen.sh
# Fail, likely due to compatibility issues with musl's iconv.