Skip to content

Commit 9576615

Browse files
podsvirovBiswa96
authored andcommitted
python-pyglm: update to 2.8.0
1 parent db8dddb commit 9576615

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mingw-w64-python-pyglm/PKGBUILD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
_realname=pyglm
44
pkgbase=mingw-w64-python-${_realname}
55
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
6-
pkgver=2.7.3
7-
pkgrel=3
6+
pkgver=2.8.0
7+
pkgrel=1
88
pkgdesc='OpenGL Mathematics library for Python (mingw-w64)'
99
arch=('any')
1010
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
@@ -20,7 +20,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
2020
"${MINGW_PACKAGE_PREFIX}-python-setuptools"
2121
"${MINGW_PACKAGE_PREFIX}-cc")
2222
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
23-
sha256sums=('4ccb6c027622b948aebc501cd8c3c23690293115dc98108f8ed3b7fd533b398f')
23+
sha256sums=('51a8b027a60a30bd48b3d9fdbbc44f22b8a061ad2c0e9fbbfa80282240f250af')
2424

2525
build() {
2626
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"

0 commit comments

Comments
 (0)