* update glad to 2.0.8-1
This commit is contained in:
parent
f4f3a42be3
commit
8a13692ce9
@ -1,7 +1,7 @@
|
||||
pkgbase = glad
|
||||
pkgdesc = Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specs
|
||||
pkgver = 2.0.7
|
||||
pkgrel = 2
|
||||
pkgver = 2.0.8
|
||||
pkgrel = 1
|
||||
url = https://github.com/Dav1dde/glad
|
||||
arch = any
|
||||
license = MIT
|
||||
@ -21,8 +21,8 @@ pkgbase = glad
|
||||
depends = python-jinja
|
||||
depends = python-lxml
|
||||
depends = python-setuptools
|
||||
source = https://github.com/Dav1dde/glad/archive/refs/tags/v2.0.7/glad-2.0.7.tar.gz
|
||||
sha512sums = 6aae5e36acd319913f3c313da2a552d3033f7acbfd38fd07da99e737a23eaf250091134d82eceaf106aaa26bdd9f3a95b64dea635d5a82010e4d9a0ba69fc0e1
|
||||
b2sums = b6bb2157742d4d186f83a4bb1d97e1b62a7266970cd6fa4d80218f264df48161647cd520dbd6fbde6bfd96b81e938e724a15153d4721b2fa6f678d145c7927f0
|
||||
source = https://github.com/Dav1dde/glad/archive/refs/tags/v2.0.8/glad-2.0.8.tar.gz
|
||||
sha512sums = ec964d0080c9714803f0464492b237039d2bede805d21aa9e487f3bf910447fd6440eeca59f3795dc4d5dd3b3df35101714fa21ea19eb29f6a021864a2310acd
|
||||
b2sums = cceee457246dd6edf03da895dc7fd8e7a8e9ab616b88e9703377a5749f827476d743b80a6a3753276b69ffa7987be523e6590d14c756e8d2afc799fdf01d655b
|
||||
|
||||
pkgname = glad
|
||||
|
@ -3,8 +3,8 @@
|
||||
# Maintainer: Robin Candau <antiz@archlinux.org>
|
||||
|
||||
pkgname=glad
|
||||
pkgver=2.0.7
|
||||
pkgrel=2.1
|
||||
pkgver=2.0.8
|
||||
pkgrel=1
|
||||
pkgdesc='Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specs'
|
||||
url='https://github.com/Dav1dde/glad'
|
||||
arch=(any)
|
||||
@ -13,8 +13,8 @@ depends=('python' 'python-jinja' 'python-lxml' 'python-setuptools')
|
||||
makedepends=('python-build' 'python-installer' 'python-wheel')
|
||||
checkdepends=('python-pytest' 'xorgproto' 'libx11' 'glfw-x11' 'xorg-server-xvfb' 'rust' 'libxinerama' 'libxcursor' 'libxi')
|
||||
source=("${url}/archive/refs/tags/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
|
||||
sha512sums=('6aae5e36acd319913f3c313da2a552d3033f7acbfd38fd07da99e737a23eaf250091134d82eceaf106aaa26bdd9f3a95b64dea635d5a82010e4d9a0ba69fc0e1')
|
||||
b2sums=('b6bb2157742d4d186f83a4bb1d97e1b62a7266970cd6fa4d80218f264df48161647cd520dbd6fbde6bfd96b81e938e724a15153d4721b2fa6f678d145c7927f0')
|
||||
sha512sums=('ec964d0080c9714803f0464492b237039d2bede805d21aa9e487f3bf910447fd6440eeca59f3795dc4d5dd3b3df35101714fa21ea19eb29f6a021864a2310acd')
|
||||
b2sums=('cceee457246dd6edf03da895dc7fd8e7a8e9ab616b88e9703377a5749f827476d743b80a6a3753276b69ffa7987be523e6590d14c756e8d2afc799fdf01d655b')
|
||||
|
||||
build() {
|
||||
cd "${pkgname}-${pkgver}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user