Skip to content

Commit

Permalink
python-pyglm: update to 2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
podsvirov authored and Biswa96 committed Sep 11, 2024
1 parent db8a457 commit 4045867
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions mingw-w64-python-pyglm/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ _basename=PyGLM
_realname=${_basename,,}
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
_pkgver=2.7.1-rev1
pkgver=${_pkgver/-rev1/}
pkgver=2.7.2
_glmver=fcda03b54596adda543bcdccc6c1879e380c86a7
pkgrel=1
pkgdesc='OpenGL Mathematics library for Python (mingw-w64)'
Expand All @@ -19,16 +18,16 @@ license=('ZLIB')
depends=("${MINGW_PACKAGE_PREFIX}-python")
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools"
"${MINGW_PACKAGE_PREFIX}-cc")
source=("${_basename}-${_pkgver}.tar.gz"::"${url}/archive/${_pkgver}.tar.gz"
source=("${_basename}-${pkgver}.tar.gz"::"${url}/archive/${pkgver}.tar.gz"
"glm-${_glmver}.tar.gz::https://github.com/Zuzu-Typ/glm/archive/${_glmver}.tar.gz")
sha256sums=('8ba02fcdc9eb78de189eb23c9e0f3b256d63b763ed212896927b94d572151828'
sha256sums=('55f7a1968a3f318de69047c908a4abb6afdc9a0582d1e491e52493ef74511657'
'425cb233477847abc24f8655eff54fd8d3da4209162ef36acc0152736ce32976')

prepare() {
cd "${srcdir}"
rm -rf "python-build-${MSYSTEM}" | true
rm -rf "${_basename}-${_pkgver}"/glm | true
cp -r "${_basename}-${_pkgver}" "python-build-${MSYSTEM}"
rm -rf "${_basename}-${pkgver}"/glm | true
cp -r "${_basename}-${pkgver}" "python-build-${MSYSTEM}"
cp -r "glm-${_glmver}" "python-build-${MSYSTEM}/glm"
}

Expand Down

0 comments on commit 4045867

Please sign in to comment.