summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2018-11-27 23:12:36 +0000
committerGrey Christoforo2018-11-27 23:12:36 +0000
commit110e30e6da8e75b6dd3d16b5165543ec3f45f1dd (patch)
tree275dd7f7b35a5f59939f559146263377611f95cb
parentf8cfdc2c5101d8bbb92744986d6af52d1ef4cf0d (diff)
downloadaur-110e30e6da8e75b6dd3d16b5165543ec3f45f1dd.tar.gz
add some deps
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 666ba5cd388f..4a6d2f6758e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -23,6 +23,10 @@ pkgbase = python-serpent-ai-git
depends = python-pyautogui
depends = python-autobahn
depends = python-editdistance
+ depends = python-offshoot-git
+ depends = python-sneakysnek-git
+ depends = python-mss
+ depends = python-tesserocr
source = git://github.com/greyltc/SerpentAI.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 6f6529152b3e..42c02b08ed95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@ pkgver=r254.7c66954
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 opencv python-scikit-image python-xlib python-numpy python-scipy python-h5py-openmpi python-scikit-learn python-crossbar tesseract tesseract-data-eng redis python-aioredis python-kivy python-pyautogui python-autobahn python-editdistance)
-#TODO: python-tesserocr python-mss python-sneakysnek
+depends=(python opencv python-scikit-image python-xlib python-numpy python-scipy python-h5py-openmpi python-scikit-learn python-crossbar tesseract tesseract-data-eng redis python-aioredis python-kivy python-pyautogui python-autobahn python-editdistance python-offshoot-git python-sneakysnek-git python-mss python-tesserocr)
+#TODO: python-tesserocr
makedepends=(python-setuptools)
license=('MIT')
arch=('any')