summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFredy García2023-06-29 11:15:29 -0500
committerFredy García2023-06-29 11:15:29 -0500
commit7694789235e0e7e6fe654d7a4004a9015def2c9b (patch)
tree86574950246ee2fa9d287a7fe57c5aec68c834c2
parent5b3b2cb72bd9f9d4d01948ce73278060c910a3f8 (diff)
downloadaur-python-pysdl2.tar.gz
Upgrading to version 0.9.16
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c10d63285834..2cff30404433 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pysdl2
pkgdesc = Python ctypes wrapper around SDL2
- pkgver = 0.9.15
+ pkgver = 0.9.16
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.15.tar.gz::https://github.com/marcusva/py-sdl2/archive/refs/tags/0.9.15.tar.gz
- sha256sums = 144d92a948bf36e12ed9fb31f80055b0eaf049b0f7fe0c5d9a495c85cd5f4ddd
+ source = python-pysdl2-0.9.16.tar.gz::https://github.com/marcusva/py-sdl2/archive/refs/tags/0.9.16.tar.gz
+ sha256sums = 0da6b0c041a6197059936f461cc004227e04de148a22f7d0295b2877be000254
pkgname = python-pysdl2
diff --git a/PKGBUILD b/PKGBUILD
index e04ac9ac452e..c07c4fa42a0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: feuri <mail at feuri dot de>
pkgname=python-pysdl2
-pkgver=0.9.15
+pkgver=0.9.16
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=("144d92a948bf36e12ed9fb31f80055b0eaf049b0f7fe0c5d9a495c85cd5f4ddd")
+sha256sums=("0da6b0c041a6197059936f461cc004227e04de148a22f7d0295b2877be000254")
package() {
cd "${srcdir}/${pkgname/python-py/py-}-${pkgver}"