python-pyglet: update to 1.4.4.
This commit is contained in:
parent
75a2c6e755
commit
9950132a1a
1 changed files with 4 additions and 4 deletions
|
@ -1,19 +1,19 @@
|
|||
# Template file for 'python-pyglet'
|
||||
pkgname=python-pyglet
|
||||
version=1.3.2
|
||||
version=1.4.4
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc="pyglet-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="pyglet"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
hostmakedepends="python-setuptools python3-setuptools unzip"
|
||||
depends="python"
|
||||
short_desc="Cross-platform windowing and multimedia library for Python2"
|
||||
maintainer="Jasper Chan <jasperchan515@gmail.com>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://www.pyglet.org"
|
||||
distfiles="${PYPI_SITE}/p/pyglet/pyglet-${version}.tar.gz"
|
||||
checksum=b00570e7cdf6971af8953b6ece50d83d13272afa5d1f1197c58c0f478dd17743
|
||||
distfiles="${PYPI_SITE}/p/pyglet/pyglet-${version}.zip"
|
||||
checksum=08353c549b7f26d5815cc2e9360a85e4e0d80e6a67962e18df0255b00cb529ab
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue