Skip to content

Commit

Permalink
python3-pyglet: update to 2.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
elbachir-one committed Dec 25, 2024
1 parent bed0bd4 commit c1a43dc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions srcpkgs/python3-pyglet/template
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Template file for 'python3-pyglet'
pkgname=python3-pyglet
version=1.4.10
revision=7
version=2.0.20
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools unzip"
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Cross-platform windowing and multimedia library for Python3"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://www.pyglet.org"
distfiles="${PYPI_SITE}/p/pyglet/pyglet-${version}.zip"
checksum=c57e3e18246f45e4d6bb3d29e39d128d6e72b05f4212b10353adc3ba260ceb65
distfiles="https://github.com/pyglet/pyglet/archive/refs/tags/v${version}.tar.gz"
checksum=a041414e589dd16d8ac6b79d9752c8e83e59a02b96a1e6017996e731db426ec2
make_check=no # pyglet requires an X server with GLX

post_install() {
Expand Down

0 comments on commit c1a43dc

Please sign in to comment.