Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / glad


Commits:
cfd70f5d by Antonio Rojas at 2024-03-09T22:04:19+01:00
upgpkg: 2.0.5-1: Update to 2.0.5

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,28 @@
+pkgbase = glad
+       pkgdesc = Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator 
based on the official specs
+       pkgver = 2.0.5
+       pkgrel = 1
+       url = https://github.com/Dav1dde/glad
+       arch = any
+       license = MIT
+       checkdepends = python-pytest
+       checkdepends = xorgproto
+       checkdepends = libx11
+       checkdepends = glfw-x11
+       checkdepends = xorg-server-xvfb
+       checkdepends = mingw-w64-gcc
+       checkdepends = wine
+       checkdepends = rust
+       checkdepends = libxinerama
+       makedepends = python-build
+       makedepends = python-installer
+       makedepends = python-wheel
+       depends = python
+       depends = python-jinja
+       depends = python-lxml
+       depends = python-setuptools
+       source = 
https://github.com/Dav1dde/glad/archive/refs/tags/v2.0.5/glad-2.0.5.tar.gz
+       sha512sums = 
ca42985fc2a8e5eaa7508066792d6a2233bec66ade9aff55accf2efb3849c82b74116852fe63fdf7a1d65d90efe7d324f6ba8489ce4d9980b12c855579fde0b6
+       b2sums = 
4289f729347100bcc74deee8e9b5c8949e127b78a41cd6fca163b666d43e3b96b6dd8c1a852151e05c73ea86532da15e928671ac6c753da4ed2e786452825eab
+
+pkgname = glad


=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
 
 pkgname=glad
-pkgver=2.0.4
+pkgver=2.0.5
 pkgrel=1
 pkgdesc='Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on 
the official specs'
 url='https://github.com/Dav1dde/glad'
@@ -9,10 +9,10 @@ arch=('any')
 license=('MIT')
 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' 'mingw-w64-gcc' 'wine' 'rust')
+checkdepends=('python-pytest' 'xorgproto' 'libx11' 'glfw-x11' 
'xorg-server-xvfb' 'mingw-w64-gcc' 'wine' 'rust' 'libxinerama')
 source=(${url}/archive/refs/tags/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('328d0dbe33e69f846d1c54226c6675694404f41e53c4762e6013c7bfe76b0700f0b28f4117a2018a09c9c23ccb6ad94d7b20882fefc2513941a4515686c9b9e7')
-b2sums=('788d2b70222fd09eea02515bdf3cbc147540631bf35fe39f12aa21fdbabf3d229f4234a430217dfaf3363934b8be12dd6a19871049a7b117deb8260ec69f8c67')
+sha512sums=('ca42985fc2a8e5eaa7508066792d6a2233bec66ade9aff55accf2efb3849c82b74116852fe63fdf7a1d65d90efe7d324f6ba8489ce4d9980b12c855579fde0b6')
+b2sums=('4289f729347100bcc74deee8e9b5c8949e127b78a41cd6fca163b666d43e3b96b6dd8c1a852151e05c73ea86532da15e928671ac6c753da4ed2e786452825eab')
 
 build() {
   cd ${pkgname}-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/glad/-/commit/cfd70f5ddaebbdc9f87e5d23701c1794545220f7

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/glad/-/commit/cfd70f5ddaebbdc9f87e5d23701c1794545220f7
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to