summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFredy García2022-01-17 16:22:00 -0500
committerFredy García2022-01-17 16:22:00 -0500
commit3266cc3329e342cbfcc99b051cda999230b832cf (patch)
treeb5a0cc329d2aa5a3c018762e1cc5134fec6a5509
parentd5d41be7be54756b01a551793ea02f4f4b35fb99 (diff)
downloadaur-3266cc3329e342cbfcc99b051cda999230b832cf.tar.gz
Upgrading to version 0.9.10
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dacbfa787790..ea4d20e0bd5b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pysdl2
pkgdesc = Python ctypes wrapper around SDL2
- pkgver = 0.9.9
+ pkgver = 0.9.10
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.9.tar.gz::https://github.com/marcusva/py-sdl2/archive/refs/tags/0.9.9.tar.gz
- sha256sums = 2b32a4c28369ea52ebb1051b85202e9fd30590fd1a187dde93381f021e005bc3
+ source = python-pysdl2-0.9.10.tar.gz::https://github.com/marcusva/py-sdl2/archive/refs/tags/0.9.10.tar.gz
+ sha256sums = bfb857af4c184348151b895c0636cc6c564fbc45e81242e21466fe6112302804
pkgname = python-pysdl2
diff --git a/PKGBUILD b/PKGBUILD
index fbc036d476b6..3c951d3980c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: feuri <mail at feuri dot de>
pkgname=python-pysdl2
-pkgver=0.9.9
+pkgver=0.9.10
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=("2b32a4c28369ea52ebb1051b85202e9fd30590fd1a187dde93381f021e005bc3")
+sha256sums=("bfb857af4c184348151b895c0636cc6c564fbc45e81242e21466fe6112302804")
package() {
cd "${srcdir}/${pkgname/python-py/py-}-${pkgver}"