summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F Rødseth2018-08-19 15:07:23 -0700
committerAlexander F Rødseth2018-08-19 15:07:23 -0700
commit5be3422947543d6fc7cf4d47c1823ec71f64d8a7 (patch)
tree967fcb7958d01c36a69aedc2d69f10d764982149
parent1887f3a81129021fd71c167b536bf1aadea06edb (diff)
downloadaur-5be3422947543d6fc7cf4d47c1823ec71f64d8a7.tar.gz
Upgrade to 0.7.10
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 68ace195866c..4b4796fbce5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Aug 6 18:01:52 UTC 2018
+# Sun Aug 19 22:07:11 UTC 2018
pkgbase = python-pyxel
pkgdesc = Retro game development environment
- pkgver = 0.7.3
- pkgrel = 4
+ pkgver = 0.7.10
+ pkgrel = 1
url = https://github.com/kitao/pyxel
arch = any
license = MIT
@@ -15,7 +15,7 @@ pkgbase = python-pyxel
depends = python-opengl
depends = python-pillow
depends = python-sounddevice
- source = git+https://github.com/kitao/pyxel#tag=v0.7.3
+ source = git+https://github.com/kitao/pyxel#tag=v0.7.10
md5sums = SKIP
pkgname = python-pyxel
diff --git a/PKGBUILD b/PKGBUILD
index b112b78e6414..92b692b86aa8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
pkgname=python-pyxel
-pkgver=0.7.3
-pkgrel=4
+pkgver=0.7.10
+pkgrel=1
pkgdesc='Retro game development environment'
arch=('any')
url='https://github.com/kitao/pyxel'
license=('MIT')
depends=('portaudio' 'python-glfw' 'python-numpy' 'python-opengl'
-'python-pillow' 'python-sounddevice')
+ 'python-pillow' 'python-sounddevice')
makedepends=('git' 'python-setuptools')
source=("git+https://github.com/kitao/pyxel#tag=v$pkgver")
md5sums=('SKIP')