summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFredy García2022-01-27 18:16:45 -0500
committerFredy García2022-01-27 18:16:45 -0500
commitc995e7e9122686f24013135f8181ec7f8c50c6d5 (patch)
treef94f128fe6f9351db593d6dc4a8ac4c6af44c788
parent3266cc3329e342cbfcc99b051cda999230b832cf (diff)
downloadaur-c995e7e9122686f24013135f8181ec7f8c50c6d5.tar.gz
Upgrading to version 0.9.11
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea4d20e0bd5b..1bea15d26775 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pysdl2
pkgdesc = Python ctypes wrapper around SDL2
- pkgver = 0.9.10
+ pkgver = 0.9.11
pkgrel = 1
url = https://github.com/marcusva/py-sdl2
arch = any
@@ -11,7 +11,7 @@ pkgbase = python-pysdl2
optdepends = sdl2_image
optdepends = sdl2_mixer
optdepends = sdl2_ttf
- source = python-pysdl2-0.9.10.tar.gz::https://github.com/marcusva/py-sdl2/archive/refs/tags/0.9.10.tar.gz
- sha256sums = bfb857af4c184348151b895c0636cc6c564fbc45e81242e21466fe6112302804
+ source = python-pysdl2-0.9.11.tar.gz::https://github.com/marcusva/py-sdl2/archive/refs/tags/0.9.11.tar.gz
+ sha256sums = 52fb62fb8571245e2ba62ad92d38658cb017d41b52425c408b1d754a12959465
pkgname = python-pysdl2
diff --git a/PKGBUILD b/PKGBUILD
index 3c951d3980c4..713dc384dd29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: feuri <mail at feuri dot de>
pkgname=python-pysdl2
-pkgver=0.9.10
+pkgver=0.9.11
pkgrel=1
pkgdesc="Python ctypes wrapper around SDL2"
arch=("any")
@@ -12,7 +12,7 @@ license=("custom:CC0")
depends=("python-setuptools" "sdl2")
optdepends=("sdl2_gfx" "sdl2_image" "sdl2_mixer" "sdl2_ttf")
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/marcusva/${pkgname/python-py/py-}/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=("bfb857af4c184348151b895c0636cc6c564fbc45e81242e21466fe6112302804")
+sha256sums=("52fb62fb8571245e2ba62ad92d38658cb017d41b52425c408b1d754a12959465")
package() {
cd "${srcdir}/${pkgname/python-py/py-}-${pkgver}"