summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFredy García2023-02-01 17:53:37 -0500
committerFredy García2023-02-01 17:53:37 -0500
commit5b3b2cb72bd9f9d4d01948ce73278060c910a3f8 (patch)
treeae5f40a8f5d576779755806dccebcf04a94ed230
parent6f0a14b3017aee3c45f306519116d0acb8f05921 (diff)
downloadaur-5b3b2cb72bd9f9d4d01948ce73278060c910a3f8.tar.gz
Upgrading to version 0.9.15
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff7a2190eb31..c10d63285834 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pysdl2
pkgdesc = Python ctypes wrapper around SDL2
- pkgver = 0.9.14
+ pkgver = 0.9.15
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.14.tar.gz::https://github.com/marcusva/py-sdl2/archive/refs/tags/0.9.14.tar.gz
- sha256sums = 8c8aa946f33fc29ae86d0a1b9fc4bd8db045bad074bd7b9f5c0605cc87441fdc
+ source = python-pysdl2-0.9.15.tar.gz::https://github.com/marcusva/py-sdl2/archive/refs/tags/0.9.15.tar.gz
+ sha256sums = 144d92a948bf36e12ed9fb31f80055b0eaf049b0f7fe0c5d9a495c85cd5f4ddd
pkgname = python-pysdl2
diff --git a/PKGBUILD b/PKGBUILD
index f5d397b7a4a6..e04ac9ac452e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: feuri <mail at feuri dot de>
pkgname=python-pysdl2
-pkgver=0.9.14
+pkgver=0.9.15
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=("8c8aa946f33fc29ae86d0a1b9fc4bd8db045bad074bd7b9f5c0605cc87441fdc")
+sha256sums=("144d92a948bf36e12ed9fb31f80055b0eaf049b0f7fe0c5d9a495c85cd5f4ddd")
package() {
cd "${srcdir}/${pkgname/python-py/py-}-${pkgver}"