summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpadfoot2016-09-28 17:01:31 +1000
committerpadfoot2016-09-28 17:01:31 +1000
commit72beae46ef68f6f7b4f56241fe6885021c46dc02 (patch)
tree9641901e809631c2114cfdc3aa71d47998adea6b /PKGBUILD
parentb2d4fee86d667ef9e812aff8798f6438be6eecd7 (diff)
downloadaur-72beae46ef68f6f7b4f56241fe6885021c46dc02.tar.gz
v 0.9.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}"