summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a40d72cc54d5..1b7dd8cef19c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-serpent-ai-git
pkgdesc = Game Agent Framework. Helping you create AIs / Bots to play any game you own!
- pkgver = r256.621b774
+ pkgver = r260.0e95c90
pkgrel = 1
url = https://github.com/greyltc/SerpentAI
arch = any
@@ -14,9 +14,9 @@ pkgbase = python-serpent-ai-git
depends = python-scipy
depends = python-h5py-openmpi
depends = python-scikit-learn
- depends = python-crossbar
depends = tesseract
depends = tesseract-data-eng
+ depends = python-async-timeout
depends = python-redis
depends = redis
depends = python-aioredis
diff --git a/PKGBUILD b/PKGBUILD
index 007cac6ff32c..10b667cfabc5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
pkgname=python-serpent-ai-git
_module='SerpentAI'
-pkgver=r256.621b774
+pkgver=r260.0e95c90
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 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 opencv python-scikit-image python-xlib python-numpy python-scipy python-h5py-openmpi python-scikit-learn tesseract tesseract-data-eng python-async-timeout python-redis redis python-aioredis python-kivy python-pyautogui python-autobahn python-editdistance python-offshoot-git python-sneakysnek-git python-mss python-tesserocr cython)
#TODO: python-tesserocr
makedepends=(python-setuptools)
license=('MIT')