summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFredy García2022-09-21 19:27:55 -0500
committerFredy García2022-09-21 19:27:55 -0500
commit6f0a14b3017aee3c45f306519116d0acb8f05921 (patch)
tree53e39c9030bcf56b6f41371430776febd43e0f4c
parent725177ca9af6d1eb72c7846c4414e81e74cdc3c1 (diff)
downloadaur-6f0a14b3017aee3c45f306519116d0acb8f05921.tar.gz
Upgrading to version 0.9.14
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9722921429c9..ff7a2190eb31 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pysdl2
pkgdesc = Python ctypes wrapper around SDL2
- pkgver = 0.9.13
+ pkgver = 0.9.14
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.13.tar.gz::https://github.com/marcusva/py-sdl2/archive/refs/tags/0.9.13.tar.gz
- sha256sums = 930ad9c3edd551fdf33a618cac29f6cf2b6be287abbcee0c7eb4890b6941559b
+ source = python-pysdl2-0.9.14.tar.gz::https://github.com/marcusva/py-sdl2/archive/refs/tags/0.9.14.tar.gz
+ sha256sums = 8c8aa946f33fc29ae86d0a1b9fc4bd8db045bad074bd7b9f5c0605cc87441fdc
pkgname = python-pysdl2
diff --git a/PKGBUILD b/PKGBUILD
index f90406c63faf..f5d397b7a4a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: feuri <mail at feuri dot de>
pkgname=python-pysdl2
-pkgver=0.9.13
+pkgver=0.9.14
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=("930ad9c3edd551fdf33a618cac29f6cf2b6be287abbcee0c7eb4890b6941559b")
+sha256sums=("8c8aa946f33fc29ae86d0a1b9fc4bd8db045bad074bd7b9f5c0605cc87441fdc")
package() {
cd "${srcdir}/${pkgname/python-py/py-}-${pkgver}"