Commit 8082390 1 parent 3704697 commit 8082390 Copy full SHA for 8082390
File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 3
3
_realname=sol2
4
4
pkgbase=mingw-w64-${_realname}
5
5
pkgname=" ${MINGW_PACKAGE_PREFIX} -${_realname} "
6
- pkgver=3.3.1
6
+ pkgver=3.5.0
7
7
pkgrel=1
8
8
pkgdesc=" sol2 is a C++ library binding to Lua (mingw-w64)"
9
9
arch=(' any' )
10
10
mingw_arch=(' mingw32' ' mingw64' ' ucrt64' ' clang64' ' clangarm64' )
11
11
url=" https://sol2.readthedocs.io/"
12
+ msys2_repository_url=' https://github.com/ThePhD/sol2'
12
13
license=(' spdx:MIT' )
13
14
makedepends=(" ${MINGW_PACKAGE_PREFIX} -cmake"
14
15
" ${MINGW_PACKAGE_PREFIX} -cc"
15
16
" ${MINGW_PACKAGE_PREFIX} -ninja" )
16
17
depends=(" ${MINGW_PACKAGE_PREFIX} -lua" )
17
- source=(https://github.com/ThePhD/sol2 /archive/v${pkgver} .tar.gz)
18
- sha256sums=(' ad121461047d52b449aa84234a6b578fa3ed95d67d1a0703902eba72417f61bb ' )
18
+ source=(${msys2_repository_url} /archive/v${pkgver} .tar.gz)
19
+ sha256sums=(' 86c0f6d2836b184a250fc2907091c076bf53c9603dd291eaebade36cc342e13c ' )
19
20
20
21
prepare () {
21
22
plain ' No Step'
You can’t perform that action at this time.
0 commit comments