summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fb0403865f13..8c69fc871498 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Alexander F. Rødseth <xyproto@archlinux.org>
pkgname=python-pyxel
-pkgver=1.7.0
+pkgver=1.7.1
pkgrel=1
pkgdesc='Retro game development environment'
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ depends=('portaudio' 'python-glfw' 'python-opengl'
optdepends=('pyinstaller')
makedepends=('python-setuptools')
source=("https://github.com/kitao/pyxel/archive/v$pkgver.tar.gz")
-md5sums=('0fa5791bfe8afe5dcbcd24b30f86b914')
+md5sums=('276d57dc3899c994e4e49b6265fe0eb1')
build() {
cd pyxel-$pkgver