summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Fasching2019-08-05 19:33:51 +0200
committerAlexander Fasching2019-08-05 19:33:51 +0200
commit7b2851058c4ae8138e64026e8f80c621d4d64239 (patch)
tree1ad7c6bf5c94659d64d569e163075fdea1b29a91
parent73d589475d51ae22141c14ad4484bf8e581b2d85 (diff)
downloadaur-7b2851058c4ae8138e64026e8f80c621d4d64239.tar.gz
Add sdl2_image dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 601474b2ab3c..a8873a157e8d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,6 +14,7 @@ pkgbase = python-pyxel
depends = python-opengl
depends = python-pillow
depends = python-sounddevice
+ depends = sdl2_image
source = git+https://github.com/kitao/pyxel#tag=v1.2.0
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 6cba10d771f9..b07d041269d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
url='https://github.com/kitao/pyxel'
license=('MIT')
depends=('portaudio' 'python-glfw' 'python-numpy' 'python-opengl'
- 'python-pillow' 'python-sounddevice')
+ 'python-pillow' 'python-sounddevice' 'sdl2_image')
makedepends=('git' 'python-setuptools')
source=("git+https://github.com/kitao/pyxel#tag=v$pkgver")
md5sums=('SKIP')