summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2018-11-29 18:32:27 +0000
committerGrey Christoforo2018-11-29 18:32:27 +0000
commitda5af34eeaeb57d6cbb1ef7ce127ac1041f56f59 (patch)
tree1b46c2e8dddfc9ba298ac2920499dde61970d966
parent49c502d8db58067edc00396a0dde215562e02c5f (diff)
downloadaur-da5af34eeaeb57d6cbb1ef7ce127ac1041f56f59.tar.gz
add spritex dep
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b69c590f9d66..afa7eed1e659 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = python-serpent-ai-git
depends = python
depends = xdotool
depends = opencv
+ depends = python-spritex
depends = python-scikit-image
depends = python-xlib
depends = python-numpy
diff --git a/PKGBUILD b/PKGBUILD
index a0cc2e3a3975..13f54fa1335a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgver=r210.973af1a
pkgrel=1
pkgdesc="Game Agent Framework. Helping you create AIs / Bots to play any game you own!"
url="https://github.com/greyltc/SerpentAI"
-depends=(python xdotool opencv python-scikit-image python-xlib python-numpy python-scipy python-h5py-openmpi python-scikit-learn tesseract tesseract-data-eng python-redis redis python-aioredis python-kivy python-pyautogui python-autobahn python-editdistance python-offshoot-git python-sneakysnek-git python-mss python-tesserocr cython)
+depends=(python xdotool opencv python-spritex python-scikit-image python-xlib python-numpy python-scipy python-h5py-openmpi python-scikit-learn tesseract tesseract-data-eng python-redis redis python-aioredis python-kivy python-pyautogui python-autobahn python-editdistance python-offshoot-git python-sneakysnek-git python-mss python-tesserocr cython)
makedepends=(python-setuptools)
license=('MIT')
arch=('any')