summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parent84edbe39abeda9a60f01ec6346fc58e50f74274c (diff)
downloadaur-422c045dc749c9b87e03708504064641ad438233.tar.gz
Minor changes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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")