summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrealgagu2020-02-15 23:40:00 -0500
committerfrealgagu2020-02-15 23:40:00 -0500
commit9e459055d8d1c1642c2fec3b7748118a5609654c (patch)
tree15749de9f9e239932ef5826affc173962e8a4a42
parente804737b829b429863deb54f965e08179f6d272d (diff)
downloadaur-9e459055d8d1c1642c2fec3b7748118a5609654c.tar.gz
Upgrading to version 0.9.7
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD6
3 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cfbaeb6a1add..fc0a7ae665a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pysdl2
pkgdesc = Python ctypes wrapper around SDL2
- pkgver = 0.9.6
- pkgrel = 4
+ pkgver = 0.9.7
+ pkgrel = 1
url = https://github.com/marcusva/py-sdl2
arch = any
license = custom:CC0
@@ -11,8 +11,8 @@ pkgbase = python-pysdl2
optdepends = sdl2_image
optdepends = sdl2_mixer
optdepends = sdl2_ttf
- source = python-pysdl2-0.9.6.tar.gz::https://github.com/marcusva/py-sdl2/archive/rel_0_9_6.tar.gz
- sha256sums = 50e137cc6078d20d59c7a79883a684a02cbeaa583c9f43ac6bfbcca364236f97
+ source = python-pysdl2-0.9.7.tar.gz::https://github.com/marcusva/py-sdl2/archive/rel_0_9_7.tar.gz
+ sha256sums = 73931c4e78339ac3b91da626dc65681b65e0a6b8e06b5fcf13f9352635b08691
pkgname = python-pysdl2
diff --git a/.gitignore b/.gitignore
index 82e07b694e61..d66d4ccabd26 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+python-pysdl2-*.pkg.tar.zst
python-pysdl2-*.pkg.tar.xz
python-pysdl2-*.tar.gz
python-pysdl2-*.log
diff --git a/PKGBUILD b/PKGBUILD
index 4f4d34c5ccda..598f9e16a37c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: feuri <mail at feuri dot de>
pkgname=python-pysdl2
-pkgver=0.9.6
-pkgrel=4
+pkgver=0.9.7
+pkgrel=1
pkgdesc="Python ctypes wrapper around SDL2"
arch=("any")
url="https://github.com/marcusva/${pkgname/python-py/py-}"
@@ -12,7 +12,7 @@ license=("custom:CC0")
depends=("python" "sdl2")
optdepends=("sdl2_gfx" "sdl2_image" "sdl2_mixer" "sdl2_ttf")
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/marcusva/${pkgname/python-py/py-}/archive/rel_${pkgver//./_}.tar.gz")
-sha256sums=("50e137cc6078d20d59c7a79883a684a02cbeaa583c9f43ac6bfbcca364236f97")
+sha256sums=("73931c4e78339ac3b91da626dc65681b65e0a6b8e06b5fcf13f9352635b08691")
package() {
cd "${srcdir}/${pkgname/python-py/py-}-rel_${pkgver//./_}"