summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F. Rødseth2018-08-02 14:32:56 +0200
committerAlexander F. Rødseth2018-08-02 14:32:56 +0200
commit422c045dc749c9b87e03708504064641ad438233 (patch)
tree3387dc13c9124e6e0cedf446d6ed4bbf8855e9fa
parent84edbe39abeda9a60f01ec6346fc58e50f74274c (diff)
downloadaur-422c045dc749c9b87e03708504064641ad438233.tar.gz
Minor changes
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9eb283e3a52..879a38cca303 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
# Generated by mksrcinfo v8
-# Thu Aug 2 12:29:59 UTC 2018
+# Thu Aug 2 12:32:50 UTC 2018
pkgbase = python-pyxel
- pkgdesc = gfx
+ pkgdesc = Retro game development environment
pkgver = 0.7.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/katao/pyxel
arch = x86_64
license = MIT
makedepends = git
makedepends = python-setuptools
- depends = glfw
depends = portaudio
depends = python-glfw
depends = python-numpy
diff --git a/PKGBUILD b/PKGBUILD
index f8662a228fa3..9791272cacb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=python-pyxel
pkgver=0.7.3
-pkgrel=1
-pkgdesc='gfx'
+pkgrel=2
+pkgdesc='Retro game development environment'
arch=('x86_64')
url='https://github.com/katao/pyxel'
license=('MIT')
-depends=('glfw' 'portaudio' 'python-glfw' 'python-numpy' 'python-opengl'
+depends=('portaudio' 'python-glfw' 'python-numpy' 'python-opengl'
'python-pillow' 'python-sounddevice')
makedepends=('git' 'python-setuptools')
source=("git+https://github.com/kitao/pyxel#tag=v$pkgver")