summaryrefslogtreecommitdiffstats
path: root/python-pypi
diff options
context:
space:
mode:
authorFlorian Franzmann2021-11-06 17:44:29 +0100
committerFlorian Franzmann2021-11-06 17:50:24 +0100
commit42dc024a8ef60d27f3d2e724a4a9c30a9462b360 (patch)
tree7a1a090611497ce4561d709a853af0a6d601f4c2 /python-pypi
parenta30854df6b6e3f681787158781110e323816671d (diff)
python-pypi/pygame: version 2.0.3
Diffstat (limited to 'python-pypi')
-rwxr-xr-xpython-pypi/pygame/DEPENDS14
-rwxr-xr-xpython-pypi/pygame/DETAILS4
-rw-r--r--python-pypi/pygame/HISTORY4
3 files changed, 13 insertions, 9 deletions
diff --git a/python-pypi/pygame/DEPENDS b/python-pypi/pygame/DEPENDS
index 806b2fec69..8390fb4105 100755
--- a/python-pypi/pygame/DEPENDS
+++ b/python-pypi/pygame/DEPENDS
@@ -1,10 +1,10 @@
-depends python3 &&
-depends sdl &&
-depends sdl_image &&
-depends sdl_mixer &&
-depends sdl_ttf &&
-depends smpeg &&
-depends portmidi &&
+depends python3 &&
+depends sdl2 &&
+depends sdl2_image &&
+depends sdl2_mixer &&
+depends sdl2_ttf &&
+depends smpeg &&
+depends portmidi &&
optional_depends numeric \
"" \
diff --git a/python-pypi/pygame/DETAILS b/python-pypi/pygame/DETAILS
index 98c1329fcd..9ae2ec3a67 100755
--- a/python-pypi/pygame/DETAILS
+++ b/python-pypi/pygame/DETAILS
@@ -1,9 +1,9 @@
SPELL=pygame
- VERSION=2.0.2
+ VERSION=2.0.3
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=https://github.com/pygame/pygame/archive/$VERSION.tar.gz
- SOURCE_HASH=sha512:378c0031a3159f11813f1eba7db4a5fd75699e69b5451da38cb11399947214ecdf99c1e19856db6748c2c4c10eda1c272a70bb32c6c0e8333c9171b0f9a0a36a
+ SOURCE_HASH=sha512:d9e17de0cd8f9e3a18c4dfebbe56aef91e0c937356fd8ce63781ed14e0b3310764bb5ceeb68c07ad91e7a0dae78b2bb821c04fd990fd97f4f2b99596e1fe68b8
LICENSE[0]=LGPL
WEB_SITE=http://www.pygame.org
KEYWORDS="sdl python devel"
diff --git a/python-pypi/pygame/HISTORY b/python-pypi/pygame/HISTORY
index 0308997500..f6bdc95337 100644
--- a/python-pypi/pygame/HISTORY
+++ b/python-pypi/pygame/HISTORY
@@ -1,3 +1,7 @@
+2021-11-06 Florian Franzmann <bwlf@bandrate.org>
+ * DETAILS: version 2.0.3
+ * DEPENDS: depend on sdl2 instead of sdl
+
2021-10-10 Florian Franzmann <bwlf@bandrate.org>
* DETAILS: version 2.0.2