From 9140853cff6725e85d877a2dd6f0b55ee03db8a6 Mon Sep 17 00:00:00 2001 From: Oscar Fuentes Date: Sun, 11 Jul 2021 18:09:32 +0200 Subject: [PATCH] universal-ctags-git: update --- mingw-w64-universal-ctags-git/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-universal-ctags-git/PKGBUILD b/mingw-w64-universal-ctags-git/PKGBUILD index 393242a31d..ce89c4372f 100644 --- a/mingw-w64-universal-ctags-git/PKGBUILD +++ b/mingw-w64-universal-ctags-git/PKGBUILD @@ -3,7 +3,7 @@ _realname=ctags pkgbase=mingw-w64-universal-${_realname}-git pkgname="${MINGW_PACKAGE_PREFIX}-universal-${_realname}-git" -pkgver=r7242.db4357d08 +pkgver=r8943.c81079788 pkgrel=1 pkgdesc="A maintained Ctags implementation (mingw-w64)" arch=('any') @@ -20,7 +20,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs" "${MINGW_PACKAGE_PREFIX}-libxml2" "${MINGW_PACKAGE_PREFIX}-libyaml") options=('staticlibs' 'strip') -_commit="db4357d0" +_commit="c81079788bfe650190db8ac9df80d63d2bc160aa" source=("git+https://github.com/universal-ctags/ctags.git#commit=${_commit}") sha256sums=('SKIP')