Skip to content

Commit

Permalink
llvm-16: Fix pkgbase
Browse files Browse the repository at this point in the history
  • Loading branch information
MehdiChinoune committed Jan 23, 2025
1 parent 942d6f4 commit 94395a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-llvm-16/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ if [[ $MINGW_PACKAGE_PREFIX == *-clang-* ]]; then
fi

_realname=llvm
pkgbase=mingw-w64-${_realname}
pkgbase=mingw-w64-${_realname}-16
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}-16"
"${MINGW_PACKAGE_PREFIX}-clang-16"
"${MINGW_PACKAGE_PREFIX}-compiler-rt-16")
_version=16.0.6
_rc=""
_tag=llvmorg-${_version}${_rc}
pkgver=${_version}${_rc/-/}
pkgrel=1
pkgrel=2
pkgdesc="C language family frontend for LLVM 16 (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
Expand Down

0 comments on commit 94395a0

Please sign in to comment.