summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander Fasching2022-06-25 19:48:08 +0200
committerAlexander Fasching2022-06-25 19:48:08 +0200
commit25645c2d99ec9a0be90f1cd34c98cf950c1d00fc (patch)
tree190d07bafae35cb80f146c3d0d449b25b4b8a02d /PKGBUILD
parent493ab11dc672e0598d7284191ea81a5748015725 (diff)
downloadaur-python-pyxel.tar.gz
upgpkg: python-pyxel 1.7.1-1
upstream release
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