mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
testing/piglit: upgrade to 20240826
Add missed runtime dependency on py3-mako. Signed-off-by: David Heidelberg <david@ixit.cz>
This commit is contained in:
parent
3875eb8f12
commit
1ccb90dab1
@ -1,12 +1,15 @@
|
|||||||
# Maintainer: David Heidelberg <david@ixit.cz>
|
# Maintainer: David Heidelberg <david@ixit.cz>
|
||||||
pkgname=piglit
|
pkgname=piglit
|
||||||
pkgver=0_git20240723
|
pkgver=0_git20240826
|
||||||
_gitrev=9f280db77074eb70cf9f5b4645799232ab9fe086
|
_gitrev=eeb74a85ac0484f896995d196814db1b247656a1
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="a collection of automated tests for OpenGL, Vulkan, and OpenCL implementations"
|
pkgdesc="a collection of automated tests for OpenGL, Vulkan, and OpenCL implementations"
|
||||||
url="https://gitlab.freedesktop.org/mesa/piglit"
|
url="https://gitlab.freedesktop.org/mesa/piglit"
|
||||||
arch="all"
|
arch="all"
|
||||||
license="MIT AND GPL-2.0-only AND GPL-3.0-or-later AND GPL-2.0-or-later AND LGPL-2.1-or-later AND LGPL-3.0-or-later AND BSD-3-clause"
|
license="MIT AND GPL-2.0-only AND GPL-3.0-or-later AND GPL-2.0-or-later AND LGPL-2.1-or-later AND LGPL-3.0-or-later AND BSD-3-clause"
|
||||||
|
depends="
|
||||||
|
py3-mako
|
||||||
|
"
|
||||||
makedepends="
|
makedepends="
|
||||||
binutils
|
binutils
|
||||||
cmake
|
cmake
|
||||||
@ -55,5 +58,5 @@ package() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
cd4b28d02434fe53e14d34807032703c2f1445b27903185c4d33adf51a38f652452e67ce26bf006158b275ff28a3205f6c4bec3d74c49cc78d861cda253b6abf piglit-0_git20240723.tar.gz
|
e5addd75a069b335fb6fd7067b1f4964fbfa9cad4c882f8e7e4c453682f4de48c663b2d83e7ea859bb64646722b2032c930f5d08613d30be29cc617b97b5d40e piglit-0_git20240826.tar.gz
|
||||||
"
|
"
|
||||||
|
Loading…
Reference in New Issue
Block a user