ctags: Update to 6.2.0 (#5431)

This commit is contained in:
Christoph Reiter 2025-06-03 08:58:31 +02:00 committed by GitHub
parent c6610ca257
commit 95347c8bb2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,8 +1,8 @@
# Maintainer: Jo<4A>o Guerra <joca.bt@gmail.com>
pkgname="ctags"
pkgver="6.1.0"
pkgrel=3
pkgver="6.2.0"
pkgrel=1
pkgdesc="Generate tag files for source code"
arch=("i686" "x86_64")
url="https://ctags.io/"
@ -13,7 +13,7 @@ license=("GPL")
depends=('libiconv')
makedepends=('autotools' 'gcc' 'git' 'libiconv-devel')
source=("git+https://github.com/universal-ctags/ctags.git#tag=v$pkgver")
sha256sums=('885e3c318b1c91c27ee526b7c63048ea2b34cd11f1ba1c9a689c679c8e32be27')
sha256sums=('c61d40cecaa5cfb27abd0fd4361af7ed6c79be422c5eeb6572735e18307f1238')
build () {
cd "${pkgname}"