highlight: bump pkgrel

This commit is contained in:
Biswapriyo Nath
2023-07-12 09:52:22 +05:30
committed by GitHub
parent 3b17f15a7d
commit ba9131496d

View File

@@ -2,10 +2,10 @@ _realname=highlight
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=4.4
pkgrel=1
pkgrel=2
url="http://www.andre-simon.de/doku/highlight/highlight.html"
pkgdesc="Fast and flexible source code highlighter (CLI version) (mingw-w64)"
license=('GPLv3')
license=('spdx:GPL-3.0-or-later')
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64' 'clang32')
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs"