Skip to content

Commit

Permalink
glbinding: Update to 3.0.2 (msys2#4141)
Browse files Browse the repository at this point in the history
  • Loading branch information
nazar554 authored and Alexpux committed Aug 4, 2018
1 parent 694ef05 commit d27e413
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions mingw-w64-glbinding/PKGBUILD
Expand Up @@ -4,13 +4,12 @@
_realname=glbinding
pkgbase="mingw-w64-${_realname}"
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=2.1.4
pkgver=3.0.2
pkgrel=1
arch=('any')
url='https://github.com/cginternals/glbinding'
pkgdesc="A C++ binding for the OpenGL API, generated using the gl.xml specification (mingw-w64)"
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs"
"${MINGW_PACKAGE_PREFIX}-glfw")
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs")
makedepends=("${MINGW_PACKAGE_PREFIX}-gcc"
"${MINGW_PACKAGE_PREFIX}-cmake"
"${MINGW_PACKAGE_PREFIX}-doxygen")
Expand All @@ -20,7 +19,7 @@ options=('strip' 'staticlibs' 'docs')
source=(${_realname}-${pkgver}.tar.gz::"https://github.com/cginternals/glbinding/archive/v${pkgver}.tar.gz"
'mingw-unix-layout.patch'
'config-export-location.patch')
sha256sums=('cb5971b086c0d217b2304d31368803fd2b8c12ee0d41c280d40d7c23588f8be2'
sha256sums=('23a383f3ed31af742a4952b6c26faa9c346dd982ba9112c68293a578a6e542ad'
'57880396bc5b40831f01bf95d0c2c976c722e181b7f01734c4a3d0dabcbb1e77'
'3340339a2f5c1c0c660d169dea964579bc3f203c08ba81f10fce4406604f3e1a')

Expand Down

0 comments on commit d27e413

Please sign in to comment.