summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpadfoot2016-09-28 17:01:31 +1000
committerpadfoot2016-09-28 17:01:31 +1000
commit72beae46ef68f6f7b4f56241fe6885021c46dc02 (patch)
tree9641901e809631c2114cfdc3aa71d47998adea6b
parentb2d4fee86d667ef9e812aff8798f6438be6eecd7 (diff)
downloadaur-72beae46ef68f6f7b4f56241fe6885021c46dc02.tar.gz
v 0.9.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 41c13b4a33a3..a286f12a41ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pysdl2
pkgdesc = A Python wrapper around the SDL2 library
- pkgver = 0.9.3
+ pkgver = 0.9.4
pkgrel = 1
url = https://bitbucket.org/marcusva/py-sdl2/overview
arch = i686
@@ -12,8 +12,8 @@ pkgbase = python-pysdl2
optdepends = sdl2_image
optdepends = sdl2_mixer
optdepends = sdl2_ttf
- source = https://bitbucket.org/marcusva/py-sdl2/downloads/PySDL2-0.9.3.tar.gz
- md5sums = 0ee011fdb68c0c04753cac11f97c8f9d
+ source = https://bitbucket.org/marcusva/py-sdl2/downloads/PySDL2-0.9.4.tar.gz
+ md5sums = 720b33ed048c169643406ae39ca4dd8d
pkgname = python-pysdl2
diff --git a/PKGBUILD b/PKGBUILD
index 841a7f7d3406..c7ca79334012 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: feuri <mail at feuri dot de>
pkgname=python-pysdl2
-pkgver=0.9.3
+pkgver=0.9.4
pkgrel=1
pkgdesc="A Python wrapper around the SDL2 library"
@@ -14,7 +14,7 @@ depends=('python' 'sdl2')
optdepends=('sdl2_gfx' 'sdl2_image' 'sdl2_mixer' 'sdl2_ttf')
source=(https://bitbucket.org/marcusva/py-sdl2/downloads/PySDL2-${pkgver}.tar.gz)
-md5sums=('0ee011fdb68c0c04753cac11f97c8f9d')
+md5sums=('720b33ed048c169643406ae39ca4dd8d')
build() {
cd "${srcdir}/PySDL2-${pkgver}"